| Index: components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| diff --git a/components/history/core/browser/typed_url_syncable_service_unittest.cc b/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| index a2a6b6f1084ea6e10713d559adaa25c1ae3de564..2107dd387a000838ddc3619cec8d53026038c98a 100644
|
| --- a/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| +++ b/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| @@ -220,8 +220,7 @@ class TypedUrlSyncableServiceTest : public testing::Test {
|
| void SetUp() override {
|
| fake_history_backend_ = new TestHistoryBackend();
|
| ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
|
| - fake_history_backend_->Init(
|
| - std::string(), false,
|
| + fake_history_backend_->Init(false,
|
| TestHistoryDatabaseParamsForPath(test_dir_.path()));
|
| typed_url_sync_service_ =
|
| fake_history_backend_->GetTypedUrlSyncableService();
|
|
|