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

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: Mostly cosmetic fixup Created 8 years, 3 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..c775d57f771970535142903db3c407e26a0d0069 100644
--- a/chrome/browser/autofill/autofill_common_test.h
+++ b/chrome/browser/autofill/autofill_common_test.h
@@ -9,11 +9,9 @@ class AutofillProfile;
class CreditCard;
class Profile;
-namespace webkit {
-namespace forms {
+namespace content {
struct FormField;
}
-}
// Common utilities shared amongst Autofill tests.
namespace autofill_test {
@@ -23,7 +21,7 @@ void CreateTestFormField(const char* label,
const char* name,
const char* value,
const char* type,
- webkit::forms::FormField* field);
+ content::FormField* 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

Powered by Google App Engine
This is Rietveld 408576698