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

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: rebase 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/main/athena_frame_view.h ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_launcher.cc
diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc
index b03ddea39e24d61c585ef774c0656656578e9103..b31f53c8ca5327030c1e340f37a782ebf25bc8b9 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);
}
« no previous file with comments | « athena/main/athena_frame_view.h ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698