| Index: chrome/test/base/ui_test_utils.cc
|
| diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
|
| index 837b0387deb6b2898cf8510259368bfe9260193a..8b686afdf2aefc5a82b5b68aa7e6e04779e0c19c 100644
|
| --- a/chrome/test/base/ui_test_utils.cc
|
| +++ b/chrome/test/base/ui_test_utils.cc
|
| @@ -502,7 +502,7 @@ HistoryEnumerator::HistoryEnumerator(Profile* profile) {
|
| new content::MessageLoopRunner;
|
|
|
| HistoryService* hs = HistoryServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| hs->QueryHistory(base::string16(),
|
| history::QueryOptions(),
|
| base::Bind(&HistoryEnumerator::HistoryQueryComplete,
|
|
|