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

Unified Diff: content/browser/appcache/appcache_dispatcher_host.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
Index: content/browser/appcache/appcache_dispatcher_host.h
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
index 5ed331b9179d2eac1b521c506ec1c50e1012e5bb..ae13aa6e970a0a6aa51815d667ac588508e2d01e 100644
--- a/content/browser/appcache/appcache_dispatcher_host.h
+++ b/content/browser/appcache/appcache_dispatcher_host.h
@@ -35,7 +35,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
private:
// BrowserMessageFilter override.
- virtual void BadMessageReceived();
+ virtual void BadMessageReceived() OVERRIDE;
// IPC message handlers
void OnRegisterHost(int host_id);
« no previous file with comments | « content/browser/accessibility/browser_accessibility_manager_mac.h ('k') | content/browser/appcache/appcache_frontend_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698