| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 6e0941e76c27287f7942f28dfc655c75bef3b05f..4520cdbcf52107576b1a7f0af8fd37ecd06c49dc 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -27,8 +27,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
| -#include "chrome/browser/favicon/chrome_fallback_icon_client_factory.h"
|
| -#include "chrome/browser/favicon/fallback_icon_service_factory.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/history/chrome_history_client.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| @@ -57,7 +55,6 @@
|
| #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/fallback_icon_service.h"
|
| #include "components/favicon/core/favicon_service.h"
|
| #include "components/history/content/browser/content_visit_delegate.h"
|
| #include "components/history/content/browser/history_database_helper.h"
|
|
|