| 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 d08433a4bb9a678c3fb552e3fb130d390677ed40..7d3df4a77d5467b93d7f5342ac844e608f0204e7 100644
|
| --- a/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| +++ b/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| @@ -219,8 +219,8 @@ class TypedUrlSyncableServiceTest : public testing::Test {
|
| void SetUp() override {
|
| fake_history_backend_ = new TestHistoryBackend();
|
| ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
|
| - fake_history_backend_->Init(false,
|
| - TestHistoryDatabaseParamsForPath(test_dir_.path()));
|
| + fake_history_backend_->Init(
|
| + false, TestHistoryDatabaseParamsForPath(test_dir_.GetPath()));
|
| typed_url_sync_service_ =
|
| fake_history_backend_->GetTypedUrlSyncableService();
|
| fake_change_processor_.reset(new syncer::FakeSyncChangeProcessor);
|
|
|