Index: chrome/browser/autofill/autocomplete_history_manager.h |
diff --git a/chrome/browser/autofill/autocomplete_history_manager.h b/chrome/browser/autofill/autocomplete_history_manager.h |
index 1028753235e982b92a703a060051c1f0e750b0df..02d69778408a84252734c7ece569c38a1b2f6c96 100644 |
--- a/chrome/browser/autofill/autocomplete_history_manager.h |
+++ b/chrome/browser/autofill/autocomplete_history_manager.h |
@@ -15,13 +15,8 @@ |
namespace content { |
class BrowserContext; |
-} |
- |
-namespace webkit { |
-namespace forms { |
struct FormData; |
} |
-} |
class AutofillExternalDelegate; |
@@ -52,7 +47,7 @@ class AutocompleteHistoryManager : public content::WebContentsObserver, |
const std::vector<string16>& autofill_labels, |
const std::vector<string16>& autofill_icons, |
const std::vector<int>& autofill_unique_ids); |
- void OnFormSubmitted(const webkit::forms::FormData& form); |
+ void OnFormSubmitted(const content::FormData& form); |
// Must be public for the external delegate to use. |
void OnRemoveAutocompleteEntry(const string16& name, const string16& value); |