| Index: components/webdata/common/web_database_migration_unittest.cc
|
| diff --git a/components/webdata/common/web_database_migration_unittest.cc b/components/webdata/common/web_database_migration_unittest.cc
|
| index 36d68bb26b9b314a3f43f565baf7944fd56a91d2..996f9594d7047e8a1428b2200e0b3a93b8e5c2c0 100644
|
| --- a/components/webdata/common/web_database_migration_unittest.cc
|
| +++ b/components/webdata/common/web_database_migration_unittest.cc
|
| @@ -88,7 +88,7 @@ class WebDatabaseMigrationTest : public testing::Test {
|
| base::FilePath GetDatabasePath() {
|
| const base::FilePath::CharType kWebDatabaseFilename[] =
|
| FILE_PATH_LITERAL("TestWebDatabase.sqlite3");
|
| - return temp_dir_.path().Append(base::FilePath(kWebDatabaseFilename));
|
| + return temp_dir_.GetPath().Append(base::FilePath(kWebDatabaseFilename));
|
| }
|
|
|
| // The textual contents of |file| are read from
|
|
|