summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_dispatcher_host.h')
-rw-r--r--content/browser/appcache/appcache_dispatcher_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
index 5ed331b..ae13aa6 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);