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

Unified Diff: chrome/browser/autocomplete_history_manager.h

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/autocomplete_history_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/autocomplete_history_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698