| Index: chrome/browser/history/android/android_urls_database_unittest.cc
|
| diff --git a/chrome/browser/history/android/android_urls_database_unittest.cc b/chrome/browser/history/android/android_urls_database_unittest.cc
|
| index 91d94deb1f1d2b8af862f2c6234ae3ac1e9ca02b..c0a19273345f74c4ca0d0f088dd570223c31d670 100644
|
| --- a/chrome/browser/history/android/android_urls_database_unittest.cc
|
| +++ b/chrome/browser/history/android/android_urls_database_unittest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "components/history/core/browser/history_constants.h"
|
|
|
| namespace history {
|
|
|
| @@ -29,7 +30,7 @@ class AndroidURLsMigrationTest : public HistoryUnitTestBase {
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &data_path));
|
| data_path = data_path.AppendASCII("History");
|
|
|
| - history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename);
|
| + history_db_name_ = profile_->GetPath().Append(kHistoryFilename);
|
| // Set up history as they would be before migration.
|
| ASSERT_NO_FATAL_FAILURE(
|
| ExecuteSQLScript(data_path.AppendASCII("history.21.sql"),
|
|
|