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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc

Issue 180953004: Componentize several Autofill unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 years, 9 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/autofill/autofill_dialog_controller_browsertest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
index 9c42a92975f6a0ff8ba37a144ab31bc1a6bffd34..651814cf5759db2431505b7709d73433a26f0c36 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
@@ -315,7 +315,7 @@ class AutofillDialogControllerTest : public InProcessBrowserTest {
}
virtual void SetUpOnMainThread() OVERRIDE {
- autofill::test::DisableSystemServices(browser()->profile());
+ autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
InitializeController();
}

Powered by Google App Engine
This is Rietveld 408576698