| Index: chrome/browser/history/android/sqlite_cursor_unittest.cc
|
| diff --git a/chrome/browser/history/android/sqlite_cursor_unittest.cc b/chrome/browser/history/android/sqlite_cursor_unittest.cc
|
| index bc7032b54a257820ded2a139b52afb9758bde412..126415504bd22caa10454ffbdaaf75d27e423e03 100644
|
| --- a/chrome/browser/history/android/sqlite_cursor_unittest.cc
|
| +++ b/chrome/browser/history/android/sqlite_cursor_unittest.cc
|
| @@ -68,8 +68,8 @@ class SQLiteCursorTest : public testing::Test,
|
| testing_profile_->CreateFaviconService();
|
| ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false));
|
| service_.reset(new AndroidHistoryProviderService(testing_profile_));
|
| - hs_ = HistoryServiceFactory::GetForProfile(testing_profile_,
|
| - Profile::EXPLICIT_ACCESS);
|
| + hs_ = HistoryServiceFactory::GetForProfile(
|
| + testing_profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| }
|
|
|
| virtual void TearDown() override {
|
|
|