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

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

Issue 1220713005: Rename avatar_url to icon_url in PasswordForm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename2
Patch Set: Rebased. Created 5 years, 5 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/manage_passwords_bubble_account_chooser_view_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller_unittest.mm
index 538ddfd8ac870d9212629ffd42ab9ebea1c2949d..ae2d131c40aeb6743936038d941ec8cc1f48b170 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller_unittest.mm
@@ -153,7 +153,7 @@ TEST_F(ManagePasswordsBubbleAccountChooserViewControllerTest,
ForwardsAvatarFetchToManager) {
ScopedVector<autofill::PasswordForm> local_forms;
local_forms.push_back(Credential("taco"));
- local_forms.back()->avatar_url = GURL("http://foo");
+ local_forms.back()->icon_url = GURL("http://foo");
EXPECT_TRUE(ui_controller()->OnChooseCredentials(
local_forms.Pass(),
ScopedVector<autofill::PasswordForm>(),

Powered by Google App Engine
This is Rietveld 408576698