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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.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
Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
index 3d779ec7188cda6ccfba4d05cfd68972c565f8bb..c573776015e99d5789f1575237c5e8ec14cb2561 100644
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
@@ -228,8 +228,7 @@ TEST_F(ProfileSigninConfirmationHelperTest, PromptForNewProfile_Extensions) {
TEST_F(ProfileSigninConfirmationHelperTest,
DISABLED_PromptForNewProfile_History) {
HistoryService* history = HistoryServiceFactory::GetForProfile(
- profile_.get(),
- Profile::EXPLICIT_ACCESS);
+ profile_.get(), ServiceAccessType::EXPLICIT_ACCESS);
ASSERT_TRUE(history);
// Profile is new but has more than $(kHistoryEntriesBeforeNewProfilePrompt)
@@ -253,8 +252,7 @@ TEST_F(ProfileSigninConfirmationHelperTest,
TEST_F(ProfileSigninConfirmationHelperTest,
DISABLED_PromptForNewProfile_TypedURLs) {
HistoryService* history = HistoryServiceFactory::GetForProfile(
- profile_.get(),
- Profile::EXPLICIT_ACCESS);
+ profile_.get(), ServiceAccessType::EXPLICIT_ACCESS);
ASSERT_TRUE(history);
// Profile is new but has a typed URL.
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.cc ('k') | chrome/browser/ui/toolbar/back_forward_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698