| Index: components/autofill/core/browser/test_autofill_driver.h
|
| diff --git a/components/autofill/core/browser/test_autofill_driver.h b/components/autofill/core/browser/test_autofill_driver.h
|
| index f35d6b66d20cb3c456d1f7b5fcdca36d25eb1279..1ed9486ab6dfca8bb3460219ad7d5b4f88f38b85 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.h
|
| +++ b/components/autofill/core/browser/test_autofill_driver.h
|
| @@ -40,7 +40,10 @@ class TestAutofillDriver : 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;
|
|
|
| // Methods that tests can use to specialize functionality.
|
|
|
|
|