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

Unified Diff: content/renderer/mhtml_generator.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « content/renderer/media/webrtc_audio_device_impl.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mhtml_generator.h
diff --git a/content/renderer/mhtml_generator.h b/content/renderer/mhtml_generator.h
index 0e0c8786fc05a29559d11f7d31a793bc12498c14..faec63bea87100a3a41328e4c887a11ee25afc2e 100644
--- a/content/renderer/mhtml_generator.h
+++ b/content/renderer/mhtml_generator.h
@@ -18,7 +18,7 @@ class MHTMLGenerator : public content::RenderViewObserver {
private:
// RenderViewObserver implementation:
- virtual bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
void OnSavePageAsMHTML(int job_id,
IPC::PlatformFileForTransit file_for_transit);
« no previous file with comments | « content/renderer/media/webrtc_audio_device_impl.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698