| Index: components/prefs/json_pref_store_unittest.cc
|
| diff --git a/components/prefs/json_pref_store_unittest.cc b/components/prefs/json_pref_store_unittest.cc
|
| index f6ce3adb65d28176d5d3ee98ed027d2be201c557..99f12a73ac66234ebf547bf99f361b1dafcb4865 100644
|
| --- a/components/prefs/json_pref_store_unittest.cc
|
| +++ b/components/prefs/json_pref_store_unittest.cc
|
| @@ -1081,7 +1081,7 @@ class JsonPrefStoreCallbackTest : public JsonPrefStoreTest {
|
| protected:
|
| void SetUp() override {
|
| JsonPrefStoreTest::SetUp();
|
| - test_file_ = temp_dir_.path().AppendASCII("test.json");
|
| + test_file_ = temp_dir_.GetPath().AppendASCII("test.json");
|
| }
|
|
|
| scoped_refptr<JsonPrefStore> CreatePrefStore() {
|
| @@ -1251,4 +1251,4 @@ TEST_F(JsonPrefStoreCallbackTest, TestPostWriteCallbacksDuringProfileDeath) {
|
| write_callback_observer_.GetAndResetPostWriteObservationState());
|
| }
|
|
|
| -} // namespace base
|
| +} // namespace base
|
|
|