Chromium Code Reviews| Index: components/password_manager/core/browser/mock_password_store.h |
| diff --git a/components/password_manager/core/browser/mock_password_store.h b/components/password_manager/core/browser/mock_password_store.h |
| index 70f54e915850d6db833ece5a7e1e41395f3d6b95..15e650949233f8a92db2c6b9f21fdb4836106dcd 100644 |
| --- a/components/password_manager/core/browser/mock_password_store.h |
| +++ b/components/password_manager/core/browser/mock_password_store.h |
| @@ -5,10 +5,13 @@ |
| #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_PASSWORD_STORE_H_ |
| #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_PASSWORD_STORE_H_ |
| -#include "components/autofill/core/common/password_form.h" |
|
vabr (Chromium)
2015/02/26 09:29:32
Please do not remove the #include in favour of the
|
| #include "components/password_manager/core/browser/password_store.h" |
| #include "testing/gmock/include/gmock/gmock.h" |
| +namespace autofill { |
| +struct PasswordForm; |
| +} |
| + |
| namespace password_manager { |
| class MockPasswordStore : public PasswordStore { |