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

Unified Diff: cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h

Issue 630753002: Replacing the OVERRIDE with override and FINAL with final in cloud_print (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
Index: cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h
diff --git a/cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h b/cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h
index efe671908e617ad19615d83936fc63596ebc9526..1fb52a62ddf3e5d645311ee4fb027aaca3cff1a2 100644
--- a/cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h
+++ b/cloud_print/gcp20/prototype/cloud_print_url_request_context_getter.h
@@ -18,10 +18,10 @@ class CloudPrintURLRequestContextGetter : public net::URLRequestContextGetter {
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
// URLRequestContextGetter implementation.
- virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
+ virtual net::URLRequestContext* GetURLRequestContext() override;
virtual scoped_refptr<base::SingleThreadTaskRunner>
- GetNetworkTaskRunner() const OVERRIDE;
+ GetNetworkTaskRunner() const override;
private:
virtual ~CloudPrintURLRequestContextGetter();
« no previous file with comments | « cloud_print/gcp20/prototype/cloud_print_requester.h ('k') | cloud_print/gcp20/prototype/cloud_print_xmpp_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698