| 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 55fcd8a2052e6ea9548743a200e93612275710f9..cbbc4e428066bf051df5f9421f5e1f5b3578191e 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| +#include "components/history/core/browser/history_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_utils.h"
|
| @@ -56,8 +57,8 @@ 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(
|
| - chrome::kHistoryFilename);
|
| + base::FilePath history_db_name =
|
| + temp_dir_.path().AppendASCII(kHistoryFilename);
|
| history_db_.Init(history_db_name);
|
| }
|
|
|
|
|