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

Unified Diff: components/autofill/core/browser/autofill_test_utils.cc

Issue 190213003: Eliminate BrowserThread dependency from WebDataAutofillServiceTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: components/autofill/core/browser/autofill_test_utils.cc
diff --git a/components/autofill/core/browser/autofill_test_utils.cc b/components/autofill/core/browser/autofill_test_utils.cc
index 527e758903ab99399a66f9ad67259a7286c5f1f7..35f8638abe7710316304c75186a45bf74a3d8e81 100644
--- a/components/autofill/core/browser/autofill_test_utils.cc
+++ b/components/autofill/core/browser/autofill_test_utils.cc
@@ -18,7 +18,6 @@
#include "components/autofill/core/common/form_field_data.h"
#include "components/encryptor/os_crypt.h"
#include "components/user_prefs/pref_registry_syncable.h"
-#include "components/user_prefs/user_prefs.h"
using base::ASCIIToUTF16;

Powered by Google App Engine
This is Rietveld 408576698