| Index: chrome/browser/password_manager/login_database_unittest.cc
|
| diff --git a/chrome/browser/password_manager/login_database_unittest.cc b/chrome/browser/password_manager/login_database_unittest.cc
|
| index 353968ffc45578a6121a89f568efd2342b899f2d..7b062a4e06452ec5e2723c5b1e22f06c87375d20 100644
|
| --- a/chrome/browser/password_manager/login_database_unittest.cc
|
| +++ b/chrome/browser/password_manager/login_database_unittest.cc
|
| @@ -13,10 +13,10 @@
|
| #include "base/time/time.h"
|
| #include "chrome/browser/password_manager/login_database.h"
|
| #include "chrome/common/chrome_paths.h"
|
| -#include "content/public/common/password_form.h"
|
| +#include "components/autofill/core/common/password_form.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -using content::PasswordForm;
|
| +using autofill::PasswordForm;
|
|
|
| using ::testing::Eq;
|
|
|
|
|