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

Unified Diff: chrome/browser/autofill/autocomplete_history_manager.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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/autocomplete_history_manager.h
diff --git a/chrome/browser/autofill/autocomplete_history_manager.h b/chrome/browser/autofill/autocomplete_history_manager.h
index a6a7f5beafd27755aa4847aebdaab7eef91c9d75..569310d250d7d2714d7381f8263af4404a36417c 100644
--- a/chrome/browser/autofill/autocomplete_history_manager.h
+++ b/chrome/browser/autofill/autocomplete_history_manager.h
@@ -14,14 +14,12 @@
#include "chrome/browser/common/web_contents_user_data.h"
#include "content/public/browser/web_contents_observer.h"
-namespace content {
-class BrowserContext;
-}
-
-namespace webkit {
-namespace forms {
+namespace chrome {
struct FormData;
}
+
+namespace content {
+class BrowserContext;
}
class AutofillExternalDelegate;
@@ -54,7 +52,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 chrome::FormData& form);
// Must be public for the external delegate to use.
void OnRemoveAutocompleteEntry(const string16& name, const string16& value);

Powered by Google App Engine
This is Rietveld 408576698