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 dcf1a5fa89292b0005f44b81a1f485ac76972ea0..a5076794d9828f2545ae1801b3c2261db157b921 100644 |
--- a/components/autofill/content/browser/content_autofill_driver.h |
+++ b/components/autofill/content/browser/content_autofill_driver.h |
@@ -58,7 +58,10 @@ class ContentAutofillDriver : public AutofillDriver, |
const base::string16& username) OVERRIDE; |
virtual void RendererShouldClearFilledForm() OVERRIDE; |
virtual void RendererShouldClearPreviewedForm() OVERRIDE; |
- virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE; |
+ virtual void RendererShouldFillFieldWithValue( |
+ const base::string16& value) OVERRIDE; |
+ virtual void RendererShouldPreviewFieldWithValue( |
+ const base::string16& value) OVERRIDE; |
// Returns the WebContents with which this instance is associated. |
content::WebContents* GetWebContents(); |