Index: components/password_manager/content/common/credential_manager_types.h |
diff --git a/components/password_manager/content/common/credential_manager_types.h b/components/password_manager/content/common/credential_manager_types.h |
index c825e6f8e6dcbfa025236c0625d1aad294d3b590..68242c92dd4800bc63fc9af4935e45b72f8668b6 100644 |
--- a/components/password_manager/content/common/credential_manager_types.h |
+++ b/components/password_manager/content/common/credential_manager_types.h |
@@ -11,10 +11,6 @@ |
#include "base/compiler_specific.h" |
#include "base/strings/string16.h" |
#include "url/gurl.h" |
- |
-namespace autofill { |
-struct PasswordForm; |
-} |
namespace password_manager { |
@@ -34,7 +30,6 @@ |
CredentialInfo(const base::string16& id, |
const base::string16& name, |
const GURL& avatar); |
- CredentialInfo(const autofill::PasswordForm& form); |
~CredentialInfo(); |
CredentialType type; |