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

Unified Diff: chrome/browser/browsing_data/browsing_data_file_system_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_file_system_helper.cc
diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
index 9a65ed577b3c50da93001fe2ba353915227e0f33..0df684214ee80fc8e0808d31b6dd098132909e0a 100644
--- a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
+++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
@@ -35,8 +35,8 @@ class BrowsingDataFileSystemHelperImpl : public BrowsingDataFileSystemHelper {
explicit BrowsingDataFileSystemHelperImpl(
storage::FileSystemContext* filesystem_context);
virtual void StartFetching(const base::Callback<
- void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
- virtual void DeleteFileSystemOrigin(const GURL& origin) OVERRIDE;
+ void(const std::list<FileSystemInfo>&)>& callback) override;
+ virtual void DeleteFileSystemOrigin(const GURL& origin) override;
private:
virtual ~BrowsingDataFileSystemHelperImpl();

Powered by Google App Engine
This is Rietveld 408576698