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

Unified Diff: sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h

Issue 642023004: Standardize usage of virtual/override/final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
diff --git a/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h b/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
index d0ba111905f5af91cfc17b725156f4d6d6f77ccc..695d07e73dee5549ec7543b81ee492d175717371 100644
--- a/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
+++ b/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
@@ -16,9 +16,9 @@ namespace syncer {
class SyncManagerFactoryForProfileSyncTest : public syncer::SyncManagerFactory {
public:
SyncManagerFactoryForProfileSyncTest(base::Closure init_callback);
- virtual ~SyncManagerFactoryForProfileSyncTest();
- virtual scoped_ptr<syncer::SyncManager> CreateSyncManager(
- std::string name) override;
+ ~SyncManagerFactoryForProfileSyncTest() override;
+ scoped_ptr<syncer::SyncManager> CreateSyncManager(std::string name) override;
+
private:
base::Closure init_callback_;
};

Powered by Google App Engine
This is Rietveld 408576698