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

Unified Diff: content/renderer/renderer_webapplicationcachehost_impl.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/renderer_accessibility.h ('k') | content/renderer/renderer_webaudiodevice_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_webapplicationcachehost_impl.h
diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h
index 4b434a9e9187c4897bf294e999ebe4299428482a..885fb8aa1f69cb035bc7cd0ad6aee8e625c49205 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();
« no previous file with comments | « content/renderer/renderer_accessibility.h ('k') | content/renderer/renderer_webaudiodevice_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698