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

Unified Diff: chrome/browser/sync/glue/app_notification_data_type_controller.h

Issue 10830036: Moved the AppNotification system into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 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/sync/glue/app_notification_data_type_controller.h
diff --git a/chrome/browser/sync/glue/app_notification_data_type_controller.h b/chrome/browser/sync/glue/app_notification_data_type_controller.h
index 1d5bf52986c9d7ff5dfaa6a6ae0e3a92d4c0032e..b36ee71fd03b29a42891e1105d8ca27db9fb1bc5 100644
--- a/chrome/browser/sync/glue/app_notification_data_type_controller.h
+++ b/chrome/browser/sync/glue/app_notification_data_type_controller.h
@@ -12,7 +12,9 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+namespace extensions {
class AppNotificationManager;
+}
namespace browser_sync {
@@ -31,7 +33,7 @@ class AppNotificationDataTypeController
const content::NotificationDetails& details) OVERRIDE;
// Overridden in test to control creation and init order.
- virtual AppNotificationManager* GetAppNotificationManager();
+ virtual extensions::AppNotificationManager* GetAppNotificationManager();
private:
friend class TestAppNotificationDataTypeController;
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/sync/glue/app_notification_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698