| Index: chrome/browser/component_updater/origin_trials_component_installer_unittest.cc
|
| diff --git a/chrome/browser/component_updater/origin_trials_component_installer_unittest.cc b/chrome/browser/component_updater/origin_trials_component_installer_unittest.cc
|
| index 9876bf171c96450c8cbda0a08d699fcbd0ec5fec..34cbbf0694ed0115cd156d5232226ece4eb1fe9f 100644
|
| --- a/chrome/browser/component_updater/origin_trials_component_installer_unittest.cc
|
| +++ b/chrome/browser/component_updater/origin_trials_component_installer_unittest.cc
|
| @@ -64,9 +64,9 @@ class OriginTrialsComponentInstallerTest : public PlatformTest {
|
| manifest = base::MakeUnique<base::DictionaryValue>();
|
| manifest->SetString(kManifestOriginTrialsKey, "");
|
| }
|
| - ASSERT_TRUE(traits_->VerifyInstallation(*manifest, temp_dir_.path()));
|
| + ASSERT_TRUE(traits_->VerifyInstallation(*manifest, temp_dir_.GetPath()));
|
| const base::Version expected_version(kTestUpdateVersion);
|
| - traits_->ComponentReady(expected_version, temp_dir_.path(),
|
| + traits_->ComponentReady(expected_version, temp_dir_.GetPath(),
|
| std::move(manifest));
|
| }
|
|
|
|
|