| 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 5977d65e7d1a6df9995660569c545e81d9b9169a..f6a13aac0bb1ea68480339fb685a17e9cb379981 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -58,7 +58,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| FilePath history_db_name = temp_dir_.path().AppendASCII(
|
| chrome::kHistoryFilename);
|
| - history_db_.Init(history_db_name, temp_dir_.path());
|
| + history_db_.Init(history_db_name);
|
| }
|
|
|
| // Runs the MessageLoopForUI, and return till all pending messages were
|
|
|