| Index: chrome/browser/ui/passwords/manage_passwords_test.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_test.h b/chrome/browser/ui/passwords/manage_passwords_test.h
|
| index 81e9573a404d6610c8e33914582f62e82bb43461..7a67260f6b2976870a889f997110611c3ed5b413 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_test.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_test.h
|
| @@ -18,7 +18,6 @@
|
| #include "components/password_manager/core/common/credential_manager_types.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -class ManagePasswordsIconView;
|
| class PasswordsClientUIDelegate;
|
|
|
| // Test class for the various password management view bits and pieces. Provides
|
| @@ -31,9 +30,6 @@ class ManagePasswordsTest : public InProcessBrowserTest {
|
| // InProcessBrowserTest:
|
| void SetUpOnMainThread() override;
|
|
|
| - // Get the icon view for the current WebContents.
|
| - virtual ManagePasswordsIconView* view() = 0;
|
| -
|
| // Execute the browser command to open the manage passwords bubble.
|
| void ExecuteManagePasswordsCommand();
|
|
|
|
|