diff options
Diffstat (limited to 'content/shell/shell_browser_main_parts.cc')
-rw-r--r-- | content/shell/shell_browser_main_parts.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc index d9beba8..272b944 100644 --- a/content/shell/shell_browser_main_parts.cc +++ b/content/shell/shell_browser_main_parts.cc @@ -10,16 +10,13 @@ #include "base/string_number_conversions.h" #include "base/threading/thread.h" #include "base/threading/thread_restrictions.h" -#include "content/browser/browser_process_sub_thread.h" -#include "content/browser/download/download_file_manager.h" -#include "content/browser/download/save_file_manager.h" -#include "content/browser/plugin_service_impl.h" #include "content/public/common/content_switches.h" #include "content/shell/shell.h" #include "content/shell/shell_browser_context.h" #include "content/shell/shell_content_browser_client.h" #include "content/shell/shell_devtools_delegate.h" #include "content/shell/shell_switches.h" +#include "googleurl/src/gurl.h" #include "net/base/net_module.h" #include "ui/base/clipboard/clipboard.h" |