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 ae2f4f1afc4a8ab3fe0dcfa0af83b18cea471eac..fe2ca3b074ba08136c1e98cf15ffb01fa6979f21 100644 |
--- a/chrome/browser/notifications/message_center_settings_controller.h |
+++ b/chrome/browser/notifications/message_center_settings_controller.h |
@@ -7,7 +7,6 @@ |
#include <stddef.h> |
-#include <map> |
#include <vector> |
#include "base/macros.h" |
@@ -125,8 +124,6 @@ class MessageCenterSettingsController |
scoped_ptr<AppIconLoader> app_icon_loader_; |
- std::map<base::string16, ContentSettingsPattern> patterns_; |
- |
// The list of all configurable notifier groups. This is each profile that is |
// loaded (and in the ProfileAttributesStorage - so no incognito profiles go |
// here). |