Index: chrome/browser/local_discovery/privet_confirm_api_flow.h |
diff --git a/chrome/browser/local_discovery/privet_confirm_api_flow.h b/chrome/browser/local_discovery/privet_confirm_api_flow.h |
index 5da9a61cecb075fba4f0eb22019e24e80b05a319..de1e8d31aa97fce804236c2ff7e408db41731413 100644 |
--- a/chrome/browser/local_discovery/privet_confirm_api_flow.h |
+++ b/chrome/browser/local_discovery/privet_confirm_api_flow.h |
@@ -24,12 +24,12 @@ class PrivetConfirmApiCallFlow : public CloudPrintApiFlowRequest { |
virtual ~PrivetConfirmApiCallFlow(); |
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE; |
+ virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) override; |
virtual void OnGCDAPIFlowComplete( |
- const base::DictionaryValue& value) OVERRIDE; |
- virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE; |
+ const base::DictionaryValue& value) override; |
+ virtual net::URLFetcher::RequestType GetRequestType() override; |
- virtual GURL GetURL() OVERRIDE; |
+ virtual GURL GetURL() override; |
private: |
ResponseCallback callback_; |