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

Unified Diff: chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.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_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,

Powered by Google App Engine
This is Rietveld 408576698