| 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 7d3dec710be66f85a3869bedd932db51b1530a17..2851a043352eb0918ad02927db8f992933899fb8 100644
|
| --- a/chrome/browser/sync/glue/app_notification_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/app_notification_data_type_controller.h
|
| @@ -25,7 +25,6 @@ class AppNotificationDataTypeController
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~AppNotificationDataTypeController();
|
|
|
| // NotificationObserver interface.
|
| virtual void Observe(int type,
|
| @@ -36,6 +35,9 @@ class AppNotificationDataTypeController
|
| virtual AppNotificationManager* GetAppNotificationManager();
|
|
|
| private:
|
| + friend class TestAppNotificationDataTypeController;
|
| + virtual ~AppNotificationDataTypeController();
|
| +
|
| // FrontendDataTypeController implementations.
|
| virtual bool StartModels() OVERRIDE;
|
| virtual void StopModels() OVERRIDE;
|
|
|