| Index: chrome/browser/autofill/test_autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| index 56725ed5a133eae23a2979baa6c5c8ad779d4aac..fe39020a17ba51ce6923078d2fae7fb386056aa0 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h
|
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| @@ -26,8 +26,8 @@ class TestAutofillExternalDelegate : public AutofillExternalDelegate {
|
| const std::vector<int>& autofill_unique_ids) OVERRIDE;
|
|
|
| virtual void OnQueryPlatformSpecific(int query_id,
|
| - const webkit::forms::FormData& form,
|
| - const webkit::forms::FormField& field,
|
| + const content::FormData& form,
|
| + const content::FormField& field,
|
| const gfx::Rect& bounds) OVERRIDE;
|
|
|
|
|
|
|