Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6926)

Unified Diff: chrome/test/data/webui/history_ui_browsertest.cc

Issue 839193002: Move ServiceAccessType into //components/keyed_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/keyed_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
}
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/keyed_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698