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

Unified Diff: chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.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/local_discovery/privet_http_asynchronous_factory_mac.h
diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h b/chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h
index cd25d680b56ce32daad49b210183b748ef245c9e..4d546488866fd30e0e38cb2163b0a40543a2cb73 100644
--- a/chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h
+++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h
@@ -19,7 +19,7 @@ class PrivetHTTPAsynchronousFactoryMac : public PrivetHTTPAsynchronousFactory {
virtual scoped_ptr<PrivetHTTPResolution> CreatePrivetHTTP(
const std::string& name,
const net::HostPortPair& address,
- const ResultCallback& callback) OVERRIDE;
+ const ResultCallback& callback) override;
private:
class ResolutionMac : public PrivetHTTPResolution {
@@ -30,8 +30,8 @@ class PrivetHTTPAsynchronousFactoryMac : public PrivetHTTPAsynchronousFactory {
const ResultCallback& callback);
virtual ~ResolutionMac();
- virtual void Start() OVERRIDE;
- virtual const std::string& GetName() OVERRIDE;
+ virtual void Start() override;
+ virtual const std::string& GetName() override;
private:
net::URLRequestContextGetter* request_context_;

Powered by Google App Engine
This is Rietveld 408576698