summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc')
-rw-r--r--chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc
index 5f42931..d517cf1 100644
--- a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc
@@ -115,11 +115,10 @@ class FakeSyncManagerFactory : public syncer::SyncManagerFactory {
fake_manager_(fake_manager) {
*fake_manager_ = NULL;
}
- virtual ~FakeSyncManagerFactory() {}
+ ~FakeSyncManagerFactory() override {}
// SyncManagerFactory implementation. Called on the sync thread.
- virtual scoped_ptr<SyncManager> CreateSyncManager(
- std::string name) override {
+ scoped_ptr<SyncManager> CreateSyncManager(std::string name) override {
*fake_manager_ = new FakeSyncManager(initial_sync_ended_types_,
progress_marker_types_,
configure_fail_types_);