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

Unified Diff: athena/main/athena_frame_view.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
« no previous file with comments | « athena/main/athena_content_client.h ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_frame_view.h
diff --git a/athena/main/athena_frame_view.h b/athena/main/athena_frame_view.h
index c9a90fa24f9d9a373f25e0daa3b6c4d2cbe59e81..c385ed93ff492391dcb5fd6872f7aa16c36ec95f 100644
--- a/athena/main/athena_frame_view.h
+++ b/athena/main/athena_frame_view.h
@@ -21,7 +21,7 @@ class AthenaFrameView : public views::NonClientFrameView {
static const char kViewClassName[];
explicit AthenaFrameView(views::Widget* frame);
- virtual ~AthenaFrameView();
+ ~AthenaFrameView() override;
// views::NonClientFrameView overrides:
virtual gfx::Rect GetBoundsForClientView() const override;
« no previous file with comments | « athena/main/athena_content_client.h ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698