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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
index 72c7d4926a00fdf8378f49424d51c55deb5f1dd5..67fd4aa83a1351806504aa886a13e11be5ace579 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
@@ -36,20 +36,20 @@ class DataReductionProxyChromeConfigurator
bool fallback_restricted,
const std::string& primary_origin,
const std::string& fallback_origin,
- const std::string& ssl_origin) OVERRIDE;
- virtual void Disable() OVERRIDE;
+ const std::string& ssl_origin) override;
+ virtual void Disable() override;
// Add a host pattern to bypass. This should follow the same syntax used
// in net::ProxyBypassRules; that is, a hostname pattern, a hostname suffix
// pattern, an IP literal, a CIDR block, or the magic string '<local>'.
// Bypass settings persist for the life of this object and are applied
// each time the proxy is enabled, but are not updated while it is enabled.
- virtual void AddHostPatternToBypass(const std::string& pattern) OVERRIDE;
+ virtual void AddHostPatternToBypass(const std::string& pattern) override;
// Add a URL pattern to bypass the proxy. The base implementation strips
// everything in |pattern| after the first single slash and then treats it
// as a hostname pattern. Subclasses may implement other semantics.
- virtual void AddURLPatternToBypass(const std::string& pattern) OVERRIDE;
+ virtual void AddURLPatternToBypass(const std::string& pattern) override;
// Updates the config for use on the IO thread.
void UpdateProxyConfigOnIO(const net::ProxyConfig& config);
« no previous file with comments | « chrome/browser/net/sdch_browsertest.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698