| Index: components/autofill/core/browser/test_autofill_driver.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
|
| index 2dcd453ed5fdf679439471d8f6cff18e734547d7..a5901cfca6768a9ad116e111b4621c19dba8bb08 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.cc
|
| +++ b/components/autofill/core/browser/test_autofill_driver.cc
|
| @@ -62,7 +62,11 @@ void TestAutofillDriver::SetURLRequestContext(
|
| url_request_context_ = url_request_context;
|
| }
|
|
|
| -void TestAutofillDriver::RendererShouldSetNodeText(
|
| +void TestAutofillDriver::RendererShouldFillFieldWithValue(
|
| + const base::string16& value) {
|
| +}
|
| +
|
| +void TestAutofillDriver::RendererShouldPreviewFieldWithValue(
|
| const base::string16& value) {
|
| }
|
|
|
|
|