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

Unified Diff: chrome/browser/browsing_data/browsing_data_channel_id_helper.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/browsing_data/browsing_data_channel_id_helper.cc
diff --git a/chrome/browser/browsing_data/browsing_data_channel_id_helper.cc b/chrome/browser/browsing_data/browsing_data_channel_id_helper.cc
index e7a40db6624b948e28b305d6ee08a70a897f377c..2c83443a59067c389e19cd235ccdf902c17886ed 100644
--- a/chrome/browser/browsing_data/browsing_data_channel_id_helper.cc
+++ b/chrome/browser/browsing_data/browsing_data_channel_id_helper.cc
@@ -24,8 +24,8 @@ class BrowsingDataChannelIDHelperImpl
net::URLRequestContextGetter* request_context);
// BrowsingDataChannelIDHelper methods.
- virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
- virtual void DeleteChannelID(const std::string& server_id) OVERRIDE;
+ virtual void StartFetching(const FetchResultCallback& callback) override;
+ virtual void DeleteChannelID(const std::string& server_id) override;
private:
virtual ~BrowsingDataChannelIDHelperImpl();

Powered by Google App Engine
This is Rietveld 408576698