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

Unified Diff: athena/extensions/athena_native_app_window_views.h

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
Index: athena/extensions/athena_native_app_window_views.h
diff --git a/athena/extensions/athena_native_app_window_views.h b/athena/extensions/athena_native_app_window_views.h
index b0cc0edfbd6729325510640080a1bc53cf2b1cd5..3d2027681d1507bec139df8574d46ccbbb4ca80f 100644
--- a/athena/extensions/athena_native_app_window_views.h
+++ b/athena/extensions/athena_native_app_window_views.h
@@ -13,7 +13,7 @@ class AthenaNativeAppWindowViews
: public native_app_window::NativeAppWindowViews {
public:
AthenaNativeAppWindowViews() {}
- virtual ~AthenaNativeAppWindowViews() {}
+ ~AthenaNativeAppWindowViews() override {}
views::WebView* GetWebView();
« no previous file with comments | « athena/extensions/athena_app_window_client_base.h ('k') | athena/extensions/chrome/app_list_controller_delegate_athena.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698