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

Unified Diff: athena/main/athena_launcher.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/main/athena_launcher.cc
diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc
index 28059df2cd959bcbc084f68c675b1cb64b0ce58d..6793a830a47296845aca007bbb4e7a74c08c41bc 100644
--- a/athena/main/athena_launcher.cc
+++ b/athena/main/athena_launcher.cc
@@ -74,7 +74,7 @@ class VirtualKeyboardObserver : public keyboard::KeyboardControllerObserver {
keyboard::KeyboardController::GetInstance()->AddObserver(this);
}
- virtual ~VirtualKeyboardObserver() {
+ ~VirtualKeyboardObserver() override {
keyboard::KeyboardController::GetInstance()->RemoveObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698