| Index: chrome/browser/sync/glue/app_notification_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/app_notification_data_type_controller.cc b/chrome/browser/sync/glue/app_notification_data_type_controller.cc
|
| index 5e4a3936a6c72e3a6f7fbdcb8e86d6b455d8717a..c561177af3994b6769515d62a6cd6376b9885643 100644
|
| --- a/chrome/browser/sync/glue/app_notification_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/app_notification_data_type_controller.cc
|
| @@ -23,7 +23,7 @@ AppNotificationDataTypeController::AppNotificationDataTypeController(
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service)
|
| - : UIDataTypeController(syncable::APP_NOTIFICATIONS,
|
| + : UIDataTypeController(syncer::APP_NOTIFICATIONS,
|
| profile_sync_factory,
|
| profile,
|
| sync_service) {
|
|
|