| Index: components/autofill/content/browser/autofill_driver_impl.h
|
| diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
|
| index 9af024979806009af52fcbc65d8af5ff88ec658f..999822eb373b9a08e8fa15efcf7279658dc23449 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -53,7 +53,8 @@ class AutofillDriverImpl : public AutofillDriver,
|
| const FormData& data) OVERRIDE;
|
| virtual void SendAutofillTypePredictionsToRenderer(
|
| const std::vector<FormStructure*>& forms) OVERRIDE;
|
| - virtual void RendererShouldClearForm() OVERRIDE;
|
| + virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| + virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
|
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return autofill_external_delegate_.get();
|
|
|