| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index da9b899accdc719632e0b611d84d528e36950af7..78c4b5dd9df73bb73f0418bae89d585fac746930 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -17,7 +17,6 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/process/process_info.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| #include "base/single_thread_task_runner.h"
|
| @@ -165,6 +164,7 @@
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "components/favicon/content/content_favicon_driver.h"
|
| #include "components/history/core/browser/top_sites.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/search/search.h"
|
| #include "components/security_state/security_state_model.h"
|
| #include "components/sessions/core/session_types.h"
|
|
|