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

Unified Diff: chrome/service/cloud_print/cloud_print_wipeout.h

Issue 628083002: Replacing the OVERRIDE with override and FINAL with final in chrome/service (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: chrome/service/cloud_print/cloud_print_wipeout.h
diff --git a/chrome/service/cloud_print/cloud_print_wipeout.h b/chrome/service/cloud_print/cloud_print_wipeout.h
index d20fe40ed7dc02039fb7536ead2aef02f5bf2f63..62d52d5dbdd15fb3c15387624cb6d2a4b2319706 100644
--- a/chrome/service/cloud_print/cloud_print_wipeout.h
+++ b/chrome/service/cloud_print/cloud_print_wipeout.h
@@ -35,10 +35,10 @@ class CloudPrintWipeout : public CloudPrintURLFetcherDelegate {
const net::URLFetcher* source,
const GURL& url,
base::DictionaryValue* json_data,
- bool succeeded) OVERRIDE;
- virtual void OnRequestGiveUp() OVERRIDE;
- virtual CloudPrintURLFetcher::ResponseAction OnRequestAuthError() OVERRIDE;
- virtual std::string GetAuthHeader() OVERRIDE;
+ bool succeeded) override;
+ virtual void OnRequestGiveUp() override;
+ virtual CloudPrintURLFetcher::ResponseAction OnRequestAuthError() override;
+ virtual std::string GetAuthHeader() override;
private:
void UnregisterNextPrinter();

Powered by Google App Engine
This is Rietveld 408576698