Index: chrome/browser/autocomplete_history_manager.h |
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h |
index 3f99424f961f8cf7e727c264705c6a8f0e5b8605..dafe49ad0119d6b59ea5a68cde57fc0d7c1d5ab1 100644 |
--- a/chrome/browser/autocomplete_history_manager.h |
+++ b/chrome/browser/autocomplete_history_manager.h |
@@ -13,9 +13,11 @@ |
#include "chrome/browser/webdata/web_data_service.h" |
#include "content/browser/tab_contents/tab_contents_observer.h" |
-namespace webkit_glue { |
+namespace webkit { |
+namespace forms { |
struct FormData; |
-} // namespace webkit_glue |
+} |
+} |
class AutofillExternalDelegate; |
class Profile; |
@@ -47,7 +49,7 @@ class AutocompleteHistoryManager : public TabContentsObserver, |
const std::vector<string16>& autofill_labels, |
const std::vector<string16>& autofill_icons, |
const std::vector<int>& autofill_unique_ids); |
- void OnFormSubmitted(const webkit_glue::FormData& form); |
+ void OnFormSubmitted(const webkit::forms::FormData& form); |
// Sets our external delegate. |
void SetExternalDelegate(AutofillExternalDelegate* delegate); |