diff options
Diffstat (limited to 'content/browser/browser_main.cc')
-rw-r--r-- | content/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_main.cc b/content/browser/browser_main.cc index 1e9fb29..75e80c3 100644 --- a/content/browser/browser_main.cc +++ b/content/browser/browser_main.cc @@ -14,12 +14,12 @@ #include "base/threading/thread_restrictions.h" #include "content/browser/browser_thread.h" #include "content/browser/content_browser_client.h" -#include "content/common/content_switches.h" #include "content/common/hi_res_timer_manager.h" #include "content/common/main_function_params.h" #include "content/common/notification_service.h" #include "content/common/result_codes.h" #include "content/common/sandbox_policy.h" +#include "content/public/common/content_switches.h" #include "crypto/nss_util.h" #include "net/base/network_change_notifier.h" #include "net/base/ssl_config_service.h" |