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

Unified Diff: chromeos/network/dhcp_proxy_script_fetcher_chromeos.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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 | « chromeos/network/device_state.h ('k') | chromeos/network/fake_network_device_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
diff --git a/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h b/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
index eb8ec4f028805ac6fb439b75c3547729182a88e1..0597ca6614c341d87c003985a1b3899dcb8118e4 100644
--- a/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
+++ b/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
@@ -27,14 +27,14 @@ class CHROMEOS_EXPORT DhcpProxyScriptFetcherChromeos
public:
explicit DhcpProxyScriptFetcherChromeos(
net::URLRequestContext* url_request_context);
- virtual ~DhcpProxyScriptFetcherChromeos() OVERRIDE;
+ virtual ~DhcpProxyScriptFetcherChromeos() override;
// net::DhcpProxyScriptFetcher
virtual int Fetch(base::string16* utf16_text,
- const net::CompletionCallback& callback) OVERRIDE;
- virtual void Cancel() OVERRIDE;
- virtual const GURL& GetPacURL() const OVERRIDE;
- virtual std::string GetFetcherName() const OVERRIDE;
+ const net::CompletionCallback& callback) override;
+ virtual void Cancel() override;
+ virtual const GURL& GetPacURL() const override;
+ virtual std::string GetFetcherName() const override;
private:
void ContinueFetch(base::string16* utf16_text,
« no previous file with comments | « chromeos/network/device_state.h ('k') | chromeos/network/fake_network_device_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698