| Index: chrome/test/data/webui/history_ui_browsertest.cc
|
| diff --git a/chrome/test/data/webui/history_ui_browsertest.cc b/chrome/test/data/webui/history_ui_browsertest.cc
|
| index 7fe7038fddc080d5dc465010e5b2622f558d7ea4..121e6962fac616a693ae1bd23a8afdb15528d755 100644
|
| --- a/chrome/test/data/webui/history_ui_browsertest.cc
|
| +++ b/chrome/test/data/webui/history_ui_browsertest.cc
|
| @@ -25,8 +25,8 @@ HistoryUIBrowserTest::~HistoryUIBrowserTest() {
|
| void HistoryUIBrowserTest::SetUpOnMainThread() {
|
| WebUIBrowserTest::SetUpOnMainThread();
|
|
|
| - history_ = HistoryServiceFactory::GetForProfile(browser()->profile(),
|
| - Profile::EXPLICIT_ACCESS);
|
| + history_ = HistoryServiceFactory::GetForProfile(
|
| + browser()->profile(), ServiceAccessType::EXPLICIT_ACCESS);
|
| ui_test_utils::WaitForHistoryToLoad(history_);
|
| }
|
|
|
|
|