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

Unified Diff: chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc

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/views/autofill/autofill_external_delegate_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
index 424625c88eb1ec761ed4c67e4d89d5ed929c328e..0685399f3a3be3be17c6051f4d173b0020e4993f 100644
--- a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
@@ -39,8 +39,8 @@ void AutofillExternalDelegateViews::HideAutofillPopupInternal() {
void AutofillExternalDelegateViews::OnQueryPlatformSpecific(
int query_id,
- const webkit::forms::FormData& form,
- const webkit::forms::FormField& field,
+ const FormData& form,
+ const FormFieldData& field,
const gfx::Rect& bounds) {
CreateViewIfNeeded();
popup_view_->set_element_bounds(bounds);

Powered by Google App Engine
This is Rietveld 408576698