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

Unified Diff: chrome/browser/ui/ash/window_positioner_unittest.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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 | « chrome/browser/ui/ash/volume_controller_chromeos.h ('k') | chrome/browser/ui/aura/active_desktop_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/window_positioner_unittest.cc
diff --git a/chrome/browser/ui/ash/window_positioner_unittest.cc b/chrome/browser/ui/ash/window_positioner_unittest.cc
index d57ebb8624bd318b0c9c7170f582f528ae6b03a6..2b1ce8f46febc19be638c641d186a973cf310ae4 100644
--- a/chrome/browser/ui/ash/window_positioner_unittest.cc
+++ b/chrome/browser/ui/ash/window_positioner_unittest.cc
@@ -33,7 +33,7 @@ class TestBrowserWindowAura : public TestBrowserWindow {
explicit TestBrowserWindowAura(aura::Window* native_window);
virtual ~TestBrowserWindowAura();
- virtual gfx::NativeWindow GetNativeWindow() OVERRIDE {
+ virtual gfx::NativeWindow GetNativeWindow() override {
return native_window_;
}
@@ -58,8 +58,8 @@ class WindowPositionerTest : public AshTestBase {
public:
WindowPositionerTest();
- virtual void SetUp() OVERRIDE;
- virtual void TearDown() OVERRIDE;
+ virtual void SetUp() override;
+ virtual void TearDown() override;
protected:
aura::Window* window() { return window_.get(); }
« no previous file with comments | « chrome/browser/ui/ash/volume_controller_chromeos.h ('k') | chrome/browser/ui/aura/active_desktop_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698