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

Unified Diff: chrome/browser/local_discovery/privetv3_session.cc

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/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;

Powered by Google App Engine
This is Rietveld 408576698