Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4484)

Unified Diff: chrome/browser/ui/passwords/manage_passwords_test.h

Issue 1467343002: Create an interface between ChromePasswordManagerClient and ManagePasswordsUIController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed a comment Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 aee3613966fd5231f856fd4590193de51de1bc52..a314213280200574b982032a821cbddf5d1f1ce6 100644
--- a/chrome/browser/ui/passwords/manage_passwords_test.h
+++ b/chrome/browser/ui/passwords/manage_passwords_test.h
@@ -13,11 +13,10 @@
#include "components/autofill/core/common/password_form.h"
#include "components/password_manager/core/common/credential_manager_types.h"
#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
-class ManagePasswordsUIController;
-class ManagePasswordsIconView;
class GURL;
+class ManagePasswordsIconView;
+class PasswordsClientUIDelegate;
// Test class for the various password management view bits and pieces. Sets
// up a ManagePasswordsUIControllerMock, and provides some helper methods
@@ -61,7 +60,7 @@ class ManagePasswordsTest : public InProcessBrowserTest {
autofill::PasswordForm* test_form() { return &test_form_; }
// Get the UI controller for the current WebContents.
- ManagePasswordsUIController* GetController();
+ PasswordsClientUIDelegate* GetController();
MOCK_METHOD1(OnChooseCredential,
void(const password_manager::CredentialInfo&));

Powered by Google App Engine
This is Rietveld 408576698