Index: components/translate/core/browser/translate_url_fetcher.h |
diff --git a/components/translate/core/browser/translate_url_fetcher.h b/components/translate/core/browser/translate_url_fetcher.h |
index 210983f7764f615eba37e713c5e41de944d9eb2c..1f76bc84dfdd442ae475a6d4aacfaeda4baee655 100644 |
--- a/components/translate/core/browser/translate_url_fetcher.h |
+++ b/components/translate/core/browser/translate_url_fetcher.h |
@@ -54,7 +54,7 @@ class TranslateURLFetcher : public net::URLFetcherDelegate { |
State state() { return state_; } |
// net::URLFetcherDelegate implementation: |
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override; |
private: |
// URL to send the request. |