Index: chrome/browser/sync/engine/syncapi_unittest.cc |
diff --git a/chrome/browser/sync/engine/syncapi_unittest.cc b/chrome/browser/sync/engine/syncapi_unittest.cc |
index 515d0832baa4370a495a88700116873335c4ef30..b8981be4bbd87751d336c86cf51c17a44ff8d508 100644 |
--- a/chrome/browser/sync/engine/syncapi_unittest.cc |
+++ b/chrome/browser/sync/engine/syncapi_unittest.cc |
@@ -631,8 +631,7 @@ class SyncManagerTest : public testing::Test, |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
sync_manager_.Init(temp_dir_.path(), "bogus", 0, false, |
new TestHttpPostProviderFactory(), this, "bogus", |
- SyncCredentials(), notifier::NotifierOptions(), |
- "", true /* setup_for_test_mode */); |
+ SyncCredentials(), "", true /* setup_for_test_mode */); |
sync_manager_.AddObserver(&observer_); |
ModelSafeRoutingInfo routes; |
GetModelSafeRoutingInfo(&routes); |