diff --git a/shell/browser/api/electron_api_web_contents.cc b/shell/browser/api/electron_api_web_contents.cc index 9d4565a19b857..a638f04cd3aa1 100644 --- a/shell/browser/api/electron_api_web_contents.cc +++ b/shell/browser/api/electron_api_web_contents.cc @@ -540,16 +540,6 @@ const void* kElectronApiWebContentsKey = &kElectronApiWebContentsKey; const char kRootName[] = ""; struct FileSystem { - FileSystem() = default; - FileSystem(const std::string& type, - const std::string& file_system_name, - const std::string& root_url, - const std::string& file_system_path) - : type(type), - file_system_name(file_system_name), - root_url(root_url), - file_system_path(file_system_path) {} - std::string type; std::string file_system_name; std::string root_url;