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

Unified Diff: chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.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/omaha_query_params/chrome_omaha_query_params_delegate.h
diff --git a/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h b/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
index 26921c291f7bcacb2b3bf677ce92720bb14d2efe..374ddbeb845c97ef3149dba569735cfb34cc8d1a 100644
--- a/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
+++ b/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
@@ -17,7 +17,7 @@ class ChromeOmahaQueryParamsDelegate
static ChromeOmahaQueryParamsDelegate* GetInstance();
// omaha_query_params::OmahaQueryParamsDelegate:
- virtual std::string GetExtraParams() OVERRIDE;
+ virtual std::string GetExtraParams() override;
// Returns the value we use for the "updaterchannel=" and "prodchannel="
// parameters. Possible return values include: "canary", "dev", "beta", and

Powered by Google App Engine
This is Rietveld 408576698