| Index: components/history/core/browser/url_database_unittest.cc
|
| diff --git a/components/history/core/browser/url_database_unittest.cc b/components/history/core/browser/url_database_unittest.cc
|
| index 2dc1b79fecbbc20ca739fc8fdc704e30eb5ca0b8..fe60fcc55c27db8695f0561972a2e03129acb103 100644
|
| --- a/components/history/core/browser/url_database_unittest.cc
|
| +++ b/components/history/core/browser/url_database_unittest.cc
|
| @@ -46,7 +46,7 @@ class URLDatabaseTest : public testing::Test,
|
| // Test setup.
|
| void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - base::FilePath db_file = temp_dir_.path().AppendASCII("URLTest.db");
|
| + base::FilePath db_file = temp_dir_.GetPath().AppendASCII("URLTest.db");
|
|
|
| EXPECT_TRUE(db_.Open(db_file));
|
|
|
|
|