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

Unified Diff: athena/wm/window_manager_unittest.cc

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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
Index: athena/wm/window_manager_unittest.cc
diff --git a/athena/wm/window_manager_unittest.cc b/athena/wm/window_manager_unittest.cc
index 9cbedaa4be595f56aa930f63bceabe983aaa69dd..71aa557b3ca45b40cc24a890cd1c5f67f3a68bd2 100644
--- a/athena/wm/window_manager_unittest.cc
+++ b/athena/wm/window_manager_unittest.cc
@@ -25,7 +25,7 @@ namespace athena {
class WindowManagerTest : public test::AthenaTestBase {
public:
WindowManagerTest() {}
- virtual ~WindowManagerTest() {}
+ ~WindowManagerTest() override {}
scoped_ptr<aura::Window> CreateAndActivateWindow(
aura::WindowDelegate* delegate) {

Powered by Google App Engine
This is Rietveld 408576698