Index: chrome/browser/extensions/api/synced_notifications_private/synced_notifications_shim.h |
diff --git a/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_shim.h b/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_shim.h |
index 9d225cea8b78c2b140c41b480dfbd95092b0d5e6..addbaa741ccf137855be9278c7693532a5f62147 100644 |
--- a/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_shim.h |
+++ b/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_shim.h |
@@ -32,13 +32,13 @@ class SyncedNotificationsShim : public syncer::SyncableService { |
syncer::ModelType type, |
const syncer::SyncDataList& initial_sync_data, |
scoped_ptr<syncer::SyncChangeProcessor> sync_processor, |
- scoped_ptr<syncer::SyncErrorFactory> error_handler) OVERRIDE; |
- virtual void StopSyncing(syncer::ModelType type) OVERRIDE; |
+ scoped_ptr<syncer::SyncErrorFactory> error_handler) override; |
+ virtual void StopSyncing(syncer::ModelType type) override; |
virtual syncer::SyncError ProcessSyncChanges( |
const tracked_objects::Location& from_here, |
- const syncer::SyncChangeList& change_list) OVERRIDE; |
+ const syncer::SyncChangeList& change_list) override; |
virtual syncer::SyncDataList GetAllSyncData( |
- syncer::ModelType type) const OVERRIDE; |
+ syncer::ModelType type) const override; |
// JS interface methods (see synced_notifications_private.h). |
bool GetInitialData( |