Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1990)

Unified Diff: chrome/browser/notifications/notification_options_menu_model.cc

Issue 7810017: Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_settings::NotificationsP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/notification_options_menu_model.cc
===================================================================
--- chrome/browser/notifications/notification_options_menu_model.cc (revision 98940)
+++ chrome/browser/notifications/notification_options_menu_model.cc (working copy)
@@ -4,8 +4,6 @@
#include "chrome/browser/notifications/notification_options_menu_model.h"
-#include <string>
-
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
@@ -16,6 +14,7 @@
#include "chrome/browser/notifications/desktop_notification_service_factory.h"
#include "chrome/browser/notifications/notification.h"
#include "chrome/browser/notifications/notification_ui_manager.h"
+#include "chrome/browser/notifications/notifications_prefs_cache.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser_list.h"
#include "chrome/common/chrome_switches.h"

Powered by Google App Engine
This is Rietveld 408576698