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

Unified Diff: chromecast/shell/browser/cast_browser_context.cc

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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 | « chromecast/shell/browser/cast_browser_context.h ('k') | chromecast/shell/browser/cast_browser_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/browser/cast_browser_context.cc
diff --git a/chromecast/shell/browser/cast_browser_context.cc b/chromecast/shell/browser/cast_browser_context.cc
index b0280f67a3089427f32b655a863a1dbb591796f1..e3d3e75336859a86c0c48fa416a745f5b196e469 100644
--- a/chromecast/shell/browser/cast_browser_context.cc
+++ b/chromecast/shell/browser/cast_browser_context.cc
@@ -30,12 +30,12 @@ class CastBrowserContext::CastResourceContext :
virtual ~CastResourceContext() {}
// ResourceContext implementation:
- virtual net::HostResolver* GetHostResolver() OVERRIDE {
+ virtual net::HostResolver* GetHostResolver() override {
return url_request_context_factory_->GetMainGetter()->
GetURLRequestContext()->host_resolver();
}
- virtual net::URLRequestContext* GetRequestContext() OVERRIDE {
+ virtual net::URLRequestContext* GetRequestContext() override {
return url_request_context_factory_->GetMainGetter()->
GetURLRequestContext();
}
« no previous file with comments | « chromecast/shell/browser/cast_browser_context.h ('k') | chromecast/shell/browser/cast_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698