| 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;
|
|
|