| Index: chrome/browser/notifications/message_center_settings_controller.h
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller.h b/chrome/browser/notifications/message_center_settings_controller.h
|
| index 5ada1a35577857ff21e17250e83d0ce7ebd07076..0b5fc97a0a3689a9890bfd379516607c81d2a513 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.h
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.h
|
| @@ -5,13 +5,16 @@
|
| #ifndef CHROME_BROWSER_NOTIFICATIONS_MESSAGE_CENTER_SETTINGS_CONTROLLER_H_
|
| #define CHROME_BROWSER_NOTIFICATIONS_MESSAGE_CENTER_SETTINGS_CONTROLLER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/extensions/app_icon_loader.h"
|
| #include "chrome/browser/profiles/profile_info_cache_observer.h"
|
| #include "components/content_settings/core/common/content_settings.h"
|
|
|