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

Unified Diff: chrome/browser/ui/views/autofill/autofill_external_delegate_views.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/views/autofill/autofill_external_delegate_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.h b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.h
index a9a965b6026e0225bb0e32e6ffaa19970cc44d28..96285712307bfddc9f601a8d9d2aae93ec289cad 100644
--- a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.h
@@ -35,8 +35,8 @@ class AutofillExternalDelegateViews : public AutofillExternalDelegate {
// AutofillExternalDelegate implementation.
virtual void OnQueryPlatformSpecific(
int query_id,
- const webkit::forms::FormData& form,
- const webkit::forms::FormField& field,
+ const FormData& form,
+ const FormFieldData& field,
const gfx::Rect& bounds) OVERRIDE;
virtual void ApplyAutofillSuggestions(
const std::vector<string16>& autofill_values,

Powered by Google App Engine
This is Rietveld 408576698