Index: chrome/browser/ui/passwords/password_manager_presenter.h |
diff --git a/chrome/browser/ui/passwords/password_manager_presenter.h b/chrome/browser/ui/passwords/password_manager_presenter.h |
index 467ac180702bb75fc1b076eb053d4758a465460f..1d278d6559d5b81c4c776771dac2c8d4583ccdd2 100644 |
--- a/chrome/browser/ui/passwords/password_manager_presenter.h |
+++ b/chrome/browser/ui/passwords/password_manager_presenter.h |
@@ -31,8 +31,6 @@ enum class PasswordEntryType { SAVED, BLACKLISTED }; |
class PasswordUIView; |
-class Profile; |
- |
// Contains the common logic used by a PasswordUIView to |
// interact with PasswordStore. It provides completion callbacks for |
// PasswordStore operations and updates the view on PasswordStore changes. |