| Index: components/autofill/content/browser/content_autofill_driver.h
 | 
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
 | 
| index 3817d2f0fbb0c153672d07cab8521d9cb3bead6b..bd24b43d8d2f56708726c14cb68120d20eb2b32c 100644
 | 
| --- a/components/autofill/content/browser/content_autofill_driver.h
 | 
| +++ b/components/autofill/content/browser/content_autofill_driver.h
 | 
| @@ -59,8 +59,8 @@ class ContentAutofillDriver : public AutofillDriver {
 | 
|    void RendererShouldClearFilledForm() override;
 | 
|    void RendererShouldClearPreviewedForm() override;
 | 
|    void RendererShouldFillFieldWithValue(const base::string16& value) override;
 | 
| -  void RendererShouldPreviewFieldWithValue(
 | 
| -      const base::string16& value) override;
 | 
| +  void RendererShouldPreviewFieldWithValue(const base::string16& value,
 | 
| +                                           size_t match_start) override;
 | 
|    void PopupHidden() override;
 | 
|  
 | 
|    // Handles a message that came from the associated render frame.
 | 
| 
 |