Index: net/proxy/dhcp_proxy_script_fetcher_win.h |
diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.h b/net/proxy/dhcp_proxy_script_fetcher_win.h |
index d6f14f90ba0d09bd753a6a397e119bcb6ac4107a..11229973cc981628eb9c0a545af9cb6c07480099 100644 |
--- a/net/proxy/dhcp_proxy_script_fetcher_win.h |
+++ b/net/proxy/dhcp_proxy_script_fetcher_win.h |
@@ -39,10 +39,10 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin |
// DhcpProxyScriptFetcher implementation. |
int Fetch(base::string16* utf16_text, |
- const net::CompletionCallback& callback) OVERRIDE; |
- void Cancel() OVERRIDE; |
- const GURL& GetPacURL() const OVERRIDE; |
- std::string GetFetcherName() const OVERRIDE; |
+ const net::CompletionCallback& callback) override; |
+ void Cancel() override; |
+ const GURL& GetPacURL() const override; |
+ std::string GetFetcherName() const override; |
// Sets |adapter_names| to contain the name of each network adapter on |
// this machine that has DHCP enabled and is not a loop-back adapter. Returns |