| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 62cb0bb3bd5a17b2fc9f350a4a3e42a375874f33..6f3eba8561505d281bafc8a4c2f2a0d3bf8f6b01 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/browser/history/chrome_history_client_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/history/top_sites_factory.h"
|
| -#include "chrome/browser/history/top_sites_impl.h"
|
| #include "chrome/browser/history/web_history_service_factory.h"
|
| #include "chrome/browser/net/pref_proxy_config_tracker.h"
|
| #include "chrome/browser/net/proxy_service_factory.h"
|
| @@ -66,6 +65,7 @@
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/top_sites.h"
|
| +#include "components/history/core/browser/top_sites_impl.h"
|
| #include "components/history/core/browser/top_sites_observer.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
|
|