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

Unified Diff: third_party/libaddressinput/chromium/chrome_metadata_source.h

Issue 638243002: replace OVERRIDE with override in third_party/libaddressinput/chromium/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove addition to README.chromium 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: third_party/libaddressinput/chromium/chrome_metadata_source.h
diff --git a/third_party/libaddressinput/chromium/chrome_metadata_source.h b/third_party/libaddressinput/chromium/chrome_metadata_source.h
index 728922bdc8beea5d2adef303f3f5b24adca15378..1058cb001dc45bc35396cdee748caba7c99a8670 100644
--- a/third_party/libaddressinput/chromium/chrome_metadata_source.h
+++ b/third_party/libaddressinput/chromium/chrome_metadata_source.h
@@ -30,10 +30,10 @@ class ChromeMetadataSource : public ::i18n::addressinput::Source,
// ::i18n::addressinput::Source:
virtual void Get(const std::string& key,
- const Callback& downloaded) const OVERRIDE;
+ const Callback& downloaded) const override;
// net::URLFetcherDelegate:
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
private:
struct Request {

Powered by Google App Engine
This is Rietveld 408576698