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

Unified Diff: chrome/browser/sync/test_profile_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/test_profile_sync_service.h
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
index b683f568b5d4e3bf86b69a820f8d4cff95e9bd0d..8af4493ca0cea165f5112b0c6e8012c6b313a258 100644
--- a/chrome/browser/sync/test_profile_sync_service.h
+++ b/chrome/browser/sync/test_profile_sync_service.h
@@ -53,10 +53,10 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHostImpl {
const syncer::ModelSafeRoutingInfo& routing_info,
const base::Callback<void(syncer::ModelTypeSet,
syncer::ModelTypeSet)>& ready_task,
- const base::Closure& retry_callback) OVERRIDE;
+ const base::Closure& retry_callback) override;
protected:
- virtual void InitCore(scoped_ptr<DoInitializeOptions> options) OVERRIDE;
+ virtual void InitCore(scoped_ptr<DoInitializeOptions> options) override;
private:
// Invoked at the start of HandleSyncManagerInitializationOnFrontendLoop.
@@ -81,10 +81,10 @@ class TestProfileSyncService : public ProfileSyncService {
virtual ~TestProfileSyncService();
virtual void OnConfigureDone(
- const sync_driver::DataTypeManager::ConfigureResult& result) OVERRIDE;
+ const sync_driver::DataTypeManager::ConfigureResult& result) override;
// We implement our own version to avoid some DCHECKs.
- virtual syncer::UserShare* GetUserShare() const OVERRIDE;
+ virtual syncer::UserShare* GetUserShare() const override;
static TestProfileSyncService* BuildAutoStartAsyncInit(
Profile* profile, base::Closure callback);
@@ -103,9 +103,9 @@ class TestProfileSyncService : public ProfileSyncService {
// js messages on UI loop when it's being destroyed, which are not deleted
// and cause memory leak in test.
virtual syncer::WeakHandle<syncer::JsEventHandler> GetJsEventHandler()
- OVERRIDE;
+ override;
- virtual bool NeedBackup() const OVERRIDE;
+ virtual bool NeedBackup() const override;
private:
syncer::TestIdFactory id_factory_;
« no previous file with comments | « chrome/browser/sync/test/test_http_bridge_factory.h ('k') | chrome/browser/sync_file_system/drive_backend/conflict_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698