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

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

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 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/bookmark_data_type_controller.h
diff --git a/chrome/browser/sync/glue/bookmark_data_type_controller.h b/chrome/browser/sync/glue/bookmark_data_type_controller.h
index 2d4677f5d6024fc1f6d5c5d28ab4d4b85b99b800..5fda81372cf58ec72b62f51adcbf2ef7a72050dc 100644
--- a/chrome/browser/sync/glue/bookmark_data_type_controller.h
+++ b/chrome/browser/sync/glue/bookmark_data_type_controller.h
@@ -25,26 +25,26 @@ class BookmarkDataTypeController : public FrontendDataTypeController,
ProfileSyncService* sync_service);
// FrontendDataTypeController interface.
- virtual syncer::ModelType type() const OVERRIDE;
+ virtual syncer::ModelType type() const override;
// content::NotificationObserver interface.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
private:
virtual ~BookmarkDataTypeController();
// FrontendDataTypeController interface.
- virtual bool StartModels() OVERRIDE;
- virtual void CleanUpState() OVERRIDE;
- virtual void CreateSyncComponents() OVERRIDE;
+ virtual bool StartModels() override;
+ virtual void CleanUpState() override;
+ virtual void CreateSyncComponents() override;
// BaseBookmarkModelObserver interface.
- virtual void BookmarkModelChanged() OVERRIDE;
+ virtual void BookmarkModelChanged() override;
virtual void BookmarkModelLoaded(BookmarkModel* model,
- bool ids_reassigned) OVERRIDE;
- virtual void BookmarkModelBeingDeleted(BookmarkModel* model) OVERRIDE;
+ bool ids_reassigned) override;
+ virtual void BookmarkModelBeingDeleted(BookmarkModel* model) override;
// Helper that returns true iff both the bookmark model and the history
// service have finished loading.
« no previous file with comments | « chrome/browser/sync/glue/bookmark_change_processor.h ('k') | chrome/browser/sync/glue/bookmark_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698