| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 226982a226e12ce0d9dfdd28ebe102058d64c38f..58a0819312e5f9390aa9d613ca732edea94e3ab4 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -49,7 +49,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "chrome/test/base/history_index_restore_observer.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/common/bookmark_constants.h"
|
| @@ -66,6 +65,7 @@
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
| #include "components/omnibox/browser/autocomplete_classifier.h"
|
| +#include "components/omnibox/browser/history_index_restore_observer.h"
|
| #include "components/omnibox/browser/in_memory_url_index.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "components/proxy_config/pref_proxy_config_tracker.h"
|
|
|