Index: components/sync/tools/sync_client.cc |
diff --git a/components/sync/tools/sync_client.cc b/components/sync/tools/sync_client.cc |
index 87356b9038d41294d0816a86ea6c3a0470981fbc..69954bca77b5c59e113ce9f4b7da26a9cf52c4b1 100644 |
--- a/components/sync/tools/sync_client.cc |
+++ b/components/sync/tools/sync_client.cc |
@@ -383,7 +383,7 @@ int SyncClientMain(int argc, char* argv[]) { |
routing_info[it.Get()] = GROUP_PASSIVE; |
} |
scoped_refptr<PassiveModelWorker> passive_model_safe_worker = |
- new PassiveModelWorker(nullptr); |
+ new PassiveModelWorker(); |
std::vector<scoped_refptr<ModelSafeWorker>> workers; |
workers.push_back(passive_model_safe_worker); |