Index: chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h |
diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h b/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h |
index 880ce019f755912811d58e3b795a99f1928b57bb..c151b7a210ca2cbd055ee0484dadf8f2c2a31f2d 100644 |
--- a/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h |
@@ -21,7 +21,7 @@ class PrivetHTTPAsynchronousFactoryImpl : 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 ResolutionImpl : public PrivetHTTPResolution { |
@@ -33,8 +33,8 @@ class PrivetHTTPAsynchronousFactoryImpl : public PrivetHTTPAsynchronousFactory { |
net::URLRequestContextGetter* request_context); |
virtual ~ResolutionImpl(); |
- virtual void Start() OVERRIDE; |
- virtual const std::string& GetName() OVERRIDE; |
+ virtual void Start() override; |
+ virtual const std::string& GetName() override; |
private: |
void ResolveComplete(bool success, |