| Index: components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate_unittest.cc b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| index 3b8acbe97298ee2c3fb252bcdda713c20ad007b0..ad86d836bebc462876e46505413897ae12815aec 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| @@ -21,8 +21,9 @@
|
| #include "third_party/WebKit/public/web/WebAutofillClient.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| -using testing::_;
|
| +using base::ASCIIToUTF16;
|
| using blink::WebAutofillClient;
|
| +using testing::_;
|
|
|
| namespace autofill {
|
|
|
|
|