| Index: components/safe_browsing_db/v4_store_unittest.cc
|
| diff --git a/components/safe_browsing_db/v4_store_unittest.cc b/components/safe_browsing_db/v4_store_unittest.cc
|
| index 854a26f2420004d9e2d78478750be7dcab26e2b1..922048022e0cd895f3b7ea19daf2d4778ce1b9ff 100644
|
| --- a/components/safe_browsing_db/v4_store_unittest.cc
|
| +++ b/components/safe_browsing_db/v4_store_unittest.cc
|
| @@ -29,7 +29,7 @@ class V4StoreTest : public PlatformTest {
|
| PlatformTest::SetUp();
|
|
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - store_path_ = temp_dir_.path().AppendASCII("V4StoreTest.store");
|
| + store_path_ = temp_dir_.GetPath().AppendASCII("V4StoreTest.store");
|
| DVLOG(1) << "store_path_: " << store_path_.value();
|
| }
|
|
|
|
|