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 a6a7f5beafd27755aa4847aebdaab7eef91c9d75..a8f39f33e1d9ddef56ab0572e4e5b6f97f6a58ff 100644 |
--- a/chrome/browser/autofill/autocomplete_history_manager.h |
+++ b/chrome/browser/autofill/autocomplete_history_manager.h |
@@ -14,16 +14,12 @@ |
#include "chrome/browser/common/web_contents_user_data.h" |
#include "content/public/browser/web_contents_observer.h" |
+struct FormData; |
+ |
namespace content { |
class BrowserContext; |
} |
-namespace webkit { |
-namespace forms { |
-struct FormData; |
-} |
-} |
- |
class AutofillExternalDelegate; |
// Per-tab Autocomplete history manager. Handles receiving form data |
@@ -54,7 +50,7 @@ class AutocompleteHistoryManager |
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 FormData& form); |
// Must be public for the external delegate to use. |
void OnRemoveAutocompleteEntry(const string16& name, const string16& value); |