| Index: chrome/browser/importer/profile_writer_unittest.cc
|
| diff --git a/chrome/browser/importer/profile_writer_unittest.cc b/chrome/browser/importer/profile_writer_unittest.cc
|
| index 5dc372cfd6223361231ee681689cb8507a4b5d07..8f30d593d8ddca5f4dc7eccb6970f61d21d48afa 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -91,9 +91,8 @@ class ProfileWriterTest : public testing::Test {
|
| }
|
|
|
| void VerifyHistoryCount(Profile* profile) {
|
| - HistoryService* history_service =
|
| - HistoryServiceFactory::GetForProfile(profile,
|
| - Profile::EXPLICIT_ACCESS);
|
| + HistoryService* history_service = HistoryServiceFactory::GetForProfile(
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| history::QueryOptions options;
|
| base::CancelableTaskTracker history_task_tracker;
|
| history_service->QueryHistory(
|
|
|