| Index: chrome/browser/android/preferences/important_sites_util_unittest.cc
|
| diff --git a/chrome/browser/android/preferences/important_sites_util_unittest.cc b/chrome/browser/android/preferences/important_sites_util_unittest.cc
|
| index 1e5f823249a95753b88d952c698b45f4773c32f3..6e91ebd84a470a729b826bc927a7d4b0fc2b6edd 100644
|
| --- a/chrome/browser/android/preferences/important_sites_util_unittest.cc
|
| +++ b/chrome/browser/android/preferences/important_sites_util_unittest.cc
|
| @@ -46,7 +46,7 @@ class ImportantSitesUtilTest : public ChromeRenderViewHostTestHarness {
|
| void SetUp() override {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - g_temp_history_dir = temp_dir_.path();
|
| + g_temp_history_dir = temp_dir_.GetPath();
|
| HistoryServiceFactory::GetInstance()->SetTestingFactory(
|
| profile(), &BuildTestHistoryService);
|
| SiteEngagementScore::SetParamValuesForTesting();
|
|
|