| Index: chrome/browser/notifications/message_center_settings_controller.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller.cc b/chrome/browser/notifications/message_center_settings_controller.cc
|
| index 89f5e5e6ad102604f9ee2233c3af55bdd157b66d..d16c618fbbc8006cf0e7b4aeb0e8dff5b4ddfe2e 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.cc
|
| @@ -14,7 +14,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/extensions/app_icon_loader_impl.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/notifications/desktop_notification_profile_util.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| @@ -25,6 +24,7 @@
|
| #include "chrome/common/extensions/api/notifications.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "components/favicon_base/favicon_types.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|