| 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 b49b19f4d07e2051ff7f06c035b139f7872e994b..fd726a1cd621465ee664e7c498f721feae6a8df7 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h
|
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| @@ -33,7 +33,7 @@ class TestAutofillExternalDelegate : public AutofillExternalDelegate {
|
|
|
| virtual void HideAutofillPopup() OVERRIDE;
|
|
|
| - virtual void EnsurePopupForElement(const gfx::Rect& element_bounds) OVERRIDE;
|
| + virtual void EnsurePopupForElement(const gfx::RectF& element_bounds) OVERRIDE;
|
|
|
| virtual void ControllerDestroyed() OVERRIDE;
|
|
|
|
|