| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 8c965b0c270ba470eaad1a3bc80226643f46bbf6..a897de25ecea18c96829de1fa0abf9223de366c7 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -26,7 +26,6 @@
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| -#include "chrome/common/content_settings_pattern.h"
|
| #include "chrome/common/crash_keys.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/profiling.h"
|
| @@ -36,6 +35,7 @@
|
| #include "chrome/renderer/chrome_content_renderer_client.h"
|
| #include "chrome/utility/chrome_content_utility_client.h"
|
| #include "components/component_updater/component_updater_paths.h"
|
| +#include "components/content_settings/core/common/content_settings_pattern.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_paths.h"
|
|
|