| Index: components/autofill/core/common/password_form_fill_data_unittest.cc
|
| diff --git a/components/autofill/core/common/password_form_fill_data_unittest.cc b/components/autofill/core/common/password_form_fill_data_unittest.cc
|
| index 1242774b12a7d9a57a34384de5e4b4b44acb4711..7c30f81f3e1253be92663c0dc46fcfe479cf4840 100644
|
| --- a/components/autofill/core/common/password_form_fill_data_unittest.cc
|
| +++ b/components/autofill/core/common/password_form_fill_data_unittest.cc
|
| @@ -5,13 +5,10 @@
|
| #include "components/autofill/core/common/password_form_fill_data.h"
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "content/public/common/password_form.h"
|
| +#include "components/autofill/core/common/password_form.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using content::PasswordForm;
|
| -using content::PasswordFormMap;
|
| -
|
| namespace autofill {
|
|
|
| // Tests that the when there is a single preferred match, and no extra
|
|
|