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

Unified Diff: ash/wm/panels/attached_panel_window_targeter.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/wm/overview/window_selector_window.h ('k') | ash/wm/panels/panel_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/attached_panel_window_targeter.h
diff --git a/ash/wm/panels/attached_panel_window_targeter.h b/ash/wm/panels/attached_panel_window_targeter.h
index d5e8196474872e867558e976eb581c9431910c37..0dfc129cc2276e8bc8c7c325fd14bd690f1a87d9 100644
--- a/ash/wm/panels/attached_panel_window_targeter.h
+++ b/ash/wm/panels/attached_panel_window_targeter.h
@@ -25,8 +25,8 @@ class AttachedPanelWindowTargeter : public ::wm::EasyResizeWindowTargeter,
virtual ~AttachedPanelWindowTargeter();
// ShellObserver:
- virtual void OnShelfCreatedForRootWindow(aura::Window* root_window) OVERRIDE;
- virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE;
+ virtual void OnShelfCreatedForRootWindow(aura::Window* root_window) override;
+ virtual void OnShelfAlignmentChanged(aura::Window* root_window) override;
private:
void UpdateTouchExtend(aura::Window* root_window);
« no previous file with comments | « ash/wm/overview/window_selector_window.h ('k') | ash/wm/panels/panel_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698