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

Unified Diff: chromecast/shell/browser/cast_http_user_agent_settings.h

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
Index: chromecast/shell/browser/cast_http_user_agent_settings.h
diff --git a/chromecast/shell/browser/cast_http_user_agent_settings.h b/chromecast/shell/browser/cast_http_user_agent_settings.h
index 00f86d59ab5ccb4d1beecf7ba1b952ce89788859..7cf4bb263142ffc2f5cb6715d773b5bfbbc4251e 100644
--- a/chromecast/shell/browser/cast_http_user_agent_settings.h
+++ b/chromecast/shell/browser/cast_http_user_agent_settings.h
@@ -19,8 +19,8 @@ class CastHttpUserAgentSettings : public net::HttpUserAgentSettings {
virtual ~CastHttpUserAgentSettings();
// net::HttpUserAgentSettings implementation:
- virtual std::string GetAcceptLanguage() const OVERRIDE;
- virtual std::string GetUserAgent() const OVERRIDE;
+ virtual std::string GetAcceptLanguage() const override;
+ virtual std::string GetUserAgent() const override;
private:
mutable std::string accept_language_;
« no previous file with comments | « chromecast/shell/browser/cast_download_manager_delegate.h ('k') | chromecast/shell/browser/cast_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698