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

Unified Diff: athena/wm/window_list_provider_impl_unittest.cc

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (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
« no previous file with comments | « athena/wm/window_list_provider_impl.h ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_list_provider_impl_unittest.cc
diff --git a/athena/wm/window_list_provider_impl_unittest.cc b/athena/wm/window_list_provider_impl_unittest.cc
index b9645e1afc5702b2950e2e9507c4f581a69fa655..3419b2ed22c8d82d0da945560663073ffdac04ed 100644
--- a/athena/wm/window_list_provider_impl_unittest.cc
+++ b/athena/wm/window_list_provider_impl_unittest.cc
@@ -64,12 +64,12 @@ class WindowListObserver : public WindowListProviderObserver {
int window_removal_calls() const { return window_removal_calls_; }
// WindowListProviderObserver:
- virtual void OnWindowStackingChanged() OVERRIDE {
+ virtual void OnWindowStackingChanged() override {
calls_++;
}
virtual void OnWindowRemoved(aura::Window* removed_window,
- int index) OVERRIDE {
+ int index) override {
window_removal_calls_++;
}
« no previous file with comments | « athena/wm/window_list_provider_impl.h ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698