diff options
Diffstat (limited to 'content/renderer/renderer_webapplicationcachehost_impl.h')
-rw-r--r-- | content/renderer/renderer_webapplicationcachehost_impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h index 4b434a9..885fb8a 100644 --- a/content/renderer/renderer_webapplicationcachehost_impl.h +++ b/content/renderer/renderer_webapplicationcachehost_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,9 +20,9 @@ class RendererWebApplicationCacheHostImpl // appcache::WebApplicationCacheHostImpl methods. virtual void OnLogMessage(appcache::LogLevel log_level, - const std::string& message); - virtual void OnContentBlocked(const GURL& manifest_url); - virtual void OnCacheSelected(const appcache::AppCacheInfo& info); + const std::string& message) OVERRIDE; + virtual void OnContentBlocked(const GURL& manifest_url) OVERRIDE; + virtual void OnCacheSelected(const appcache::AppCacheInfo& info) OVERRIDE; private: RenderViewImpl* GetRenderView(); |