Index: chrome/browser/local_discovery/privetv3_session.cc |
diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc |
index d3bbb96dc06411d4e77774c0b39f0c924457c3de..2a2775f8db30259a37d6a5df5c99ccc4ae23bb86 100644 |
--- a/chrome/browser/local_discovery/privetv3_session.cc |
+++ b/chrome/browser/local_discovery/privetv3_session.cc |
@@ -36,12 +36,12 @@ class PrivetV3Session::FetcherDelegate : public PrivetURLFetcher::Delegate { |
// PrivetURLFetcher::Delegate methods. |
virtual void OnNeedPrivetToken( |
PrivetURLFetcher* fetcher, |
- const PrivetURLFetcher::TokenCallback& callback) OVERRIDE; |
+ const PrivetURLFetcher::TokenCallback& callback) override; |
virtual void OnError(PrivetURLFetcher* fetcher, |
- PrivetURLFetcher::ErrorType error) OVERRIDE; |
+ PrivetURLFetcher::ErrorType error) override; |
virtual void OnParsedJson(PrivetURLFetcher* fetcher, |
const base::DictionaryValue& value, |
- bool has_error) OVERRIDE; |
+ bool has_error) override; |
private: |
friend class PrivetV3Session; |