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

Unified Diff: content/renderer/renderer_webapplicationcachehost_impl.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/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 | « content/renderer/renderer_main.cc ('k') | content/renderer/renderer_webcolorchooser_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 a752c08672c56fc66d01b140e51d806b75171d06..9e13a484f182a6a32ccd00652fb4304661d3fc95 100644
--- a/content/renderer/renderer_webapplicationcachehost_impl.h
+++ b/content/renderer/renderer_webapplicationcachehost_impl.h
@@ -19,9 +19,9 @@ class RendererWebApplicationCacheHostImpl : public WebApplicationCacheHostImpl {
// WebApplicationCacheHostImpl:
virtual void OnLogMessage(AppCacheLogLevel log_level,
- const std::string& message) OVERRIDE;
- virtual void OnContentBlocked(const GURL& manifest_url) OVERRIDE;
- virtual void OnCacheSelected(const AppCacheInfo& info) OVERRIDE;
+ const std::string& message) override;
+ virtual void OnContentBlocked(const GURL& manifest_url) override;
+ virtual void OnCacheSelected(const AppCacheInfo& info) override;
private:
RenderViewImpl* GetRenderView();
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/renderer/renderer_webcolorchooser_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698