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

Unified Diff: ash/shell/shelf_delegate_impl.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/shell/panel_window.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shelf_delegate_impl.h
diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
index cb78836e2be79dfa51866a56c7497dd1e08001df..f9a06409ad42a85589145609470392c07094eb89 100644
--- a/ash/shell/shelf_delegate_impl.h
+++ b/ash/shell/shelf_delegate_impl.h
@@ -25,14 +25,14 @@ class ShelfDelegateImpl : public ShelfDelegate {
void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
// ShelfDelegate overrides:
- virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
- virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
- virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
- virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
- virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
- virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
- virtual bool CanPin() const OVERRIDE;
- virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
+ virtual void OnShelfCreated(Shelf* shelf) override;
+ virtual void OnShelfDestroyed(Shelf* shelf) override;
+ virtual ShelfID GetShelfIDForAppID(const std::string& app_id) override;
+ virtual const std::string& GetAppIDForShelfID(ShelfID id) override;
+ virtual void PinAppWithID(const std::string& app_id) override;
+ virtual bool IsAppPinned(const std::string& app_id) override;
+ virtual bool CanPin() const override;
+ virtual void UnpinAppWithID(const std::string& app_id) override;
private:
// Used to update Launcher. Owned by main.
« no previous file with comments | « ash/shell/panel_window.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698