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

Unified Diff: chrome/browser/local_discovery/gcd_api_flow.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/gcd_api_flow.h
diff --git a/chrome/browser/local_discovery/gcd_api_flow.h b/chrome/browser/local_discovery/gcd_api_flow.h
index e4c7d87a32aec0122fe86df2301ec70ec30ab74f..42807fda6020821da70b816af5d716cebe62fe2e 100644
--- a/chrome/browser/local_discovery/gcd_api_flow.h
+++ b/chrome/browser/local_discovery/gcd_api_flow.h
@@ -73,8 +73,8 @@ class GCDApiFlowRequest : public GCDApiFlow::Request {
virtual ~GCDApiFlowRequest();
// GCDApiFlowRequest implementation
- virtual std::string GetOAuthScope() OVERRIDE;
- virtual std::vector<std::string> GetExtraRequestHeaders() OVERRIDE;
+ virtual std::string GetOAuthScope() override;
+ virtual std::vector<std::string> GetExtraRequestHeaders() override;
private:
DISALLOW_COPY_AND_ASSIGN(GCDApiFlowRequest);
@@ -86,8 +86,8 @@ class CloudPrintApiFlowRequest : public GCDApiFlow::Request {
virtual ~CloudPrintApiFlowRequest();
// GCDApiFlowRequest implementation
- virtual std::string GetOAuthScope() OVERRIDE;
- virtual std::vector<std::string> GetExtraRequestHeaders() OVERRIDE;
+ virtual std::string GetOAuthScope() override;
+ virtual std::vector<std::string> GetExtraRequestHeaders() override;
private:
DISALLOW_COPY_AND_ASSIGN(CloudPrintApiFlowRequest);
« no previous file with comments | « chrome/browser/local_discovery/cloud_print_printer_list.h ('k') | chrome/browser/local_discovery/gcd_api_flow_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698