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

Unified Diff: ash/shelf/shelf_item_delegate_manager.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_item_delegate_manager.h
diff --git a/ash/shelf/shelf_item_delegate_manager.h b/ash/shelf/shelf_item_delegate_manager.h
index ef11f6859765b6078b7d4042126e235e6555062e..c03b835f8919b712d6c249d00b37df01f0ad6cc7 100644
--- a/ash/shelf/shelf_item_delegate_manager.h
+++ b/ash/shelf/shelf_item_delegate_manager.h
@@ -39,12 +39,12 @@ class ASH_EXPORT ShelfItemDelegateManager : public ShelfModelObserver {
ShelfItemDelegate* GetShelfItemDelegate(ShelfID id);
// ShelfModelObserver overrides:
- virtual void ShelfItemAdded(int model_index) OVERRIDE;
- virtual void ShelfItemRemoved(int index, ShelfID id) OVERRIDE;
- virtual void ShelfItemMoved(int start_index, int targetindex) OVERRIDE;
+ virtual void ShelfItemAdded(int model_index) override;
+ virtual void ShelfItemRemoved(int index, ShelfID id) override;
+ virtual void ShelfItemMoved(int start_index, int targetindex) override;
virtual void ShelfItemChanged(int index,
- const ShelfItem& old_item) OVERRIDE;
- virtual void ShelfStatusChanged() OVERRIDE;
+ const ShelfItem& old_item) override;
+ virtual void ShelfStatusChanged() override;
private:
friend class test::ShelfItemDelegateManagerTestAPI;
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698