| Index: components/history/core/browser/thumbnail_database_unittest.cc
|
| diff --git a/components/history/core/browser/thumbnail_database_unittest.cc b/components/history/core/browser/thumbnail_database_unittest.cc
|
| index 09c3d2377ebf20b09ab04c17321c7c8e1c8a4a57..61873b37978cd52e7c3b582e8faf24e10536ffed 100644
|
| --- a/components/history/core/browser/thumbnail_database_unittest.cc
|
| +++ b/components/history/core/browser/thumbnail_database_unittest.cc
|
| @@ -174,7 +174,7 @@ class ThumbnailDatabaseTest : public testing::Test {
|
| // Get a temporary directory for the test DB files.
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
|
|
| - file_name_ = temp_dir_.path().AppendASCII("TestFavicons.db");
|
| + file_name_ = temp_dir_.GetPath().AppendASCII("TestFavicons.db");
|
| }
|
|
|
| base::ScopedTempDir temp_dir_;
|
|
|