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

Unified Diff: chrome/browser/autofill/autofill_common_test.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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/autofill/autofill_common_test.h
diff --git a/chrome/browser/autofill/autofill_common_test.h b/chrome/browser/autofill/autofill_common_test.h
index 12070841fb9a21d84826c0d8efb00953937ba3f0..8ad20856fbb144d523cdf9e91b85364ee08122f2 100644
--- a/chrome/browser/autofill/autofill_common_test.h
+++ b/chrome/browser/autofill/autofill_common_test.h
@@ -9,11 +9,7 @@ class AutofillProfile;
class CreditCard;
class Profile;
-namespace webkit {
-namespace forms {
-struct FormField;
-}
-}
+struct FormFieldData;
// Common utilities shared amongst Autofill tests.
namespace autofill_test {
@@ -23,7 +19,7 @@ void CreateTestFormField(const char* label,
const char* name,
const char* value,
const char* type,
- webkit::forms::FormField* field);
+ FormFieldData* field);
// A unit testing utility that is common to a number of the Autofill unit
// tests. |SetProfileInfo| provides a quick way to populate a profile with
« no previous file with comments | « chrome/browser/autofill/autocomplete_history_manager_unittest.cc ('k') | chrome/browser/autofill/autofill_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698