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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_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
« no previous file with comments | « chrome/browser/ui/android/navigation_popup.cc ('k') | chrome/browser/ui/autofill/chrome_autofill_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index 7fcf1caae4d5dd440b611b4df4214b0148d47cd6..b14193aee695d082d2e9aae680d71dde508a8fea 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -276,12 +276,11 @@ class TestAutofillDialogController
}
void Init(content::BrowserContext* browser_context) {
- test_manager_.Init(
- WebDataServiceFactory::GetAutofillWebDataForProfile(
- Profile::FromBrowserContext(browser_context),
- Profile::EXPLICIT_ACCESS),
- user_prefs::UserPrefs::Get(browser_context),
- browser_context->IsOffTheRecord());
+ test_manager_.Init(WebDataServiceFactory::GetAutofillWebDataForProfile(
+ Profile::FromBrowserContext(browser_context),
+ ServiceAccessType::EXPLICIT_ACCESS),
+ user_prefs::UserPrefs::Get(browser_context),
+ browser_context->IsOffTheRecord());
}
TestAutofillDialogView* GetView() {
« no previous file with comments | « chrome/browser/ui/android/navigation_popup.cc ('k') | chrome/browser/ui/autofill/chrome_autofill_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698