| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index a2c5cd14146ce8a4575c193f0ade47c6cd070d1b..d95fe15b7d7e79de473a3ce757ad5c6b535a6f59 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -21,7 +21,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/favicon/chrome_favicon_client_factory.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/history/chrome_history_client.h"
|
| #include "chrome/browser/history/chrome_history_client_factory.h"
|
| @@ -55,6 +54,7 @@
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/common/bookmark_constants.h"
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "components/history/content/browser/content_visit_delegate.h"
|
| #include "components/history/content/browser/history_database_helper.h"
|
| #include "components/history/core/browser/history_backend.h"
|
|
|