| Index: chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| diff --git a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| index 52d6ccac13950759d9989c62ac7b3a0501ed74b8..71eb256843c74b10ce0a73e4ff9bfd3045e2d9cd 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -60,7 +60,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
|
| // Create the directory for history database.
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| base::FilePath history_db_name =
|
| - temp_dir_.path().AppendASCII(kHistoryFilename);
|
| + temp_dir_.GetPath().AppendASCII(kHistoryFilename);
|
| history_db_.Init(history_db_name);
|
| }
|
|
|
|
|