| 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 {
|
|
|