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

Unified Diff: chrome/browser/sync_file_system/mock_remote_file_sync_service.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (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/sync_file_system/mock_remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
index 70bfe10e2e180fba628f44f6cf0e6819b9323627..a8f84ad641713268f2b4fd008ecae0b21dbd6a3d 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
@@ -55,8 +55,8 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
MOCK_METHOD1(PromoteDemotedChanges, void(const base::Closure& callback));
virtual void DumpFiles(const GURL& origin,
- const ListCallback& callback) OVERRIDE;
- virtual void DumpDatabase(const ListCallback& callback) OVERRIDE;
+ const ListCallback& callback) override;
+ virtual void DumpDatabase(const ListCallback& callback) override;
void SetServiceState(RemoteServiceState state);
« no previous file with comments | « chrome/browser/sync_file_system/logger_unittest.cc ('k') | chrome/browser/sync_file_system/sync_file_system_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698