| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index c43d29fdee2dbfb04d59119c832b39124fcdedb7..5fa50915f3760f04df50b6f3f63903d41b8b3547 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -26,8 +26,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"
|
|
|