Index: chrome/browser/api/webdata/autofill_web_data.h |
diff --git a/chrome/browser/api/webdata/autofill_web_data.h b/chrome/browser/api/webdata/autofill_web_data.h |
index d509ddec1e9500458635ed19a30437f479aba90a..523bf6a5a8dd632ff98bfda44202fa5e255859d8 100644 |
--- a/chrome/browser/api/webdata/autofill_web_data.h |
+++ b/chrome/browser/api/webdata/autofill_web_data.h |
@@ -12,11 +12,9 @@ |
#include "base/string16.h" |
#include "chrome/browser/api/webdata/web_data_service_base.h" |
-namespace webkit { |
-namespace forms { |
+namespace content { |
struct FormField; |
} |
-} |
class AutofillProfile; |
class CreditCard; |
@@ -31,7 +29,7 @@ class AutofillWebData { |
// Schedules a task to add form fields to the web database. |
virtual void AddFormFields( |
- const std::vector<webkit::forms::FormField>& fields) = 0; |
+ const std::vector<content::FormField>& fields) = 0; |
// Initiates the request for a vector of values which have been entered in |
// form input fields named |name|. The method OnWebDataServiceRequestDone of |