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_; |