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

Unified Diff: components/password_manager/core/common/credential_manager_types_unittest.cc

Issue 1162583003: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drop
Patch Set: Fix. Created 5 years, 7 months 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: components/password_manager/core/common/credential_manager_types_unittest.cc
diff --git a/components/password_manager/core/common/credential_manager_types_unittest.cc b/components/password_manager/core/common/credential_manager_types_unittest.cc
index 85885994f608405c25d6616d51811ff54899f633..66788e4b88a466aa3ff914afd07c123800a0aaae 100644
--- a/components/password_manager/core/common/credential_manager_types_unittest.cc
+++ b/components/password_manager/core/common/credential_manager_types_unittest.cc
@@ -67,7 +67,7 @@ TEST_F(CredentialManagerTypesTest, CreatePasswordFormLocal) {
info.name = base::ASCIIToUTF16("name");
info.avatar = avatar_;
info.password = base::ASCIIToUTF16("password");
- info.type = CredentialType::CREDENTIAL_TYPE_LOCAL;
+ info.type = CredentialType::CREDENTIAL_TYPE_PASSWORD;
form = CreatePasswordFormFromCredentialInfo(info, origin_);
ASSERT_NE(nullptr, form.get());
« no previous file with comments | « components/password_manager/core/common/credential_manager_types.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698