| 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 af43b14e1e7bfac626db5f50c1acbf9d5e2f9ff9..5b8d0a2eb2331ac625caf05ee0f979d5f62b02f8 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/content_settings/host_content_settings_map.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"
|
| @@ -27,6 +26,7 @@
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #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_base/favicon_types.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|