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

Unified Diff: chrome/browser/password_manager/password_store_mac_unittest.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Mac fixes Created 3 years, 10 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/password_manager/password_store_mac_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
index e0f6a980dd27e3a3ed1b1823d9431c8600633f39..0660660e025fdbc2e7db4929e6047840333b2459 100644
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
@@ -154,7 +154,7 @@ void CheckFormsAgainstExpectations(
} else {
EXPECT_EQ(WideToUTF16(expectation->password_value),
form->password_value);
- EXPECT_TRUE(form->federation_origin.unique());
+ EXPECT_TRUE(form->federation_origin.opaque());
}
} else {
EXPECT_TRUE(form->blacklisted_by_user);

Powered by Google App Engine
This is Rietveld 408576698