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

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.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/ui/gtk/autofill/autofill_external_delegate_gtk.h
diff --git a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
index eb477cba26314bcfcd02370052c5b8e715c3ac66..d9b27581a683c2c7e3778c9a08ef0c2aace4b75c 100644
--- a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
+++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
@@ -26,8 +26,8 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
virtual void HideAutofillPopupInternal() OVERRIDE;
virtual void OnQueryPlatformSpecific(
int query_id,
- const webkit::forms::FormData& form,
- const webkit::forms::FormField& field,
+ const chrome::FormData& form,
+ const chrome::FormField& field,
const gfx::Rect& bounds) OVERRIDE;
virtual void ApplyAutofillSuggestions(
const std::vector<string16>& autofill_values,

Powered by Google App Engine
This is Rietveld 408576698