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

Unified Diff: chrome/renderer/prefetch_helper.h

Issue 663333002: Standardize usage of virtual/override/final in chrome/renderer/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/renderer/plugins/plugin_uma.cc ('k') | chrome/renderer/prerender/prerender_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/prefetch_helper.h
diff --git a/chrome/renderer/prefetch_helper.h b/chrome/renderer/prefetch_helper.h
index a155a8519c4e5ed23734fb69aef6c5ce27de411e..ec44b7a7c0b6b9d77b95a579745cb8358cb45ad9 100644
--- a/chrome/renderer/prefetch_helper.h
+++ b/chrome/renderer/prefetch_helper.h
@@ -30,7 +30,7 @@ class PrefetchHelper : public content::RenderFrameObserver,
private:
// RenderViewObserver implementation
- virtual bool OnMessageReceived(const IPC::Message& message) override;
+ bool OnMessageReceived(const IPC::Message& message) override;
void OnPrefetch(const GURL& url);
« no previous file with comments | « chrome/renderer/plugins/plugin_uma.cc ('k') | chrome/renderer/prerender/prerender_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698