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

Unified Diff: chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm

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: chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm b/chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm
index 6116cc40f5ecf7fa26fe8646b3b25bf5c73e12ff..a5057dd3398d99cedcfd6a5de14dfb85456e6d42 100644
--- a/chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/credential_item_view_unittest.mm
@@ -113,7 +113,7 @@ class CredentialItemViewTest : public CocoaTest {
return [[[CredentialItemView alloc]
initWithPasswordForm:form
credentialType:password_manager::CredentialType::
- CREDENTIAL_TYPE_LOCAL
+ CREDENTIAL_TYPE_PASSWORD
style:password_manager_mac::CredentialItemStyle::
ACCOUNT_CHOOSER
delegate:delegate()] autorelease];

Powered by Google App Engine
This is Rietveld 408576698