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

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 8613004: Add OVERRIDE to chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/renderer/extensions/extension_helper.h ('k') | chrome/renderer/renderer_histogram_snapshots.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/print_web_view_helper.h
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index f300dc22707ac79c5cc1f16abe086407395bcec4..fba9530d949c2f925f55381b3570493dbbc0ac19 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -106,8 +106,8 @@ class PrintWebViewHelper
#endif // defined(OS_WIN) || defined(OS_MACOSX)
// RenderViewObserver implementation.
- virtual bool OnMessageReceived(const IPC::Message& message);
- virtual void PrintPage(WebKit::WebFrame* frame);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void PrintPage(WebKit::WebFrame* frame) OVERRIDE;
// Message handlers ---------------------------------------------------------
« no previous file with comments | « chrome/renderer/extensions/extension_helper.h ('k') | chrome/renderer/renderer_histogram_snapshots.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698