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

Unified Diff: chrome/browser/local_discovery/gcd_registration_ticket_request.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_registration_ticket_request.h
diff --git a/chrome/browser/local_discovery/gcd_registration_ticket_request.h b/chrome/browser/local_discovery/gcd_registration_ticket_request.h
index eb313de8bc40d2cbf178316230998728a21cd3de..3956e4d57290bad15a281942bdaacf325e7a27d1 100644
--- a/chrome/browser/local_discovery/gcd_registration_ticket_request.h
+++ b/chrome/browser/local_discovery/gcd_registration_ticket_request.h
@@ -25,12 +25,12 @@ class GCDRegistrationTicketRequest : public GCDApiFlowRequest {
// GCDApiFlowImpl::Request implementation.
virtual void GetUploadData(std::string* upload_type,
- std::string* upload_data) OVERRIDE;
- virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
+ std::string* upload_data) override;
+ virtual net::URLFetcher::RequestType GetRequestType() override;
+ virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) override;
virtual void OnGCDAPIFlowComplete(
- const base::DictionaryValue& value) OVERRIDE;
- virtual GURL GetURL() OVERRIDE;
+ const base::DictionaryValue& value) override;
+ virtual GURL GetURL() override;
private:
ResponseCallback callback_;
« no previous file with comments | « chrome/browser/local_discovery/gcd_api_flow_unittest.cc ('k') | chrome/browser/local_discovery/privet_confirm_api_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698