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

Unified Diff: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc

Issue 1701563002: Refactor ProfileInfoCache in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments Created 4 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
« no previous file with comments | « no previous file | chrome/browser/profiles/avatar_menu.h » ('j') | chrome/browser/profiles/avatar_menu.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
index 41350f5cbc09c3f88863b9917c9e5c1a9248240b..f1d965066e5d054daf37c83c359f6894b86f5e93 100644
--- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
+++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
@@ -90,10 +90,8 @@ class ProfileListChromeOSTest : public testing::Test {
EXPECT_EQ(0, change_count());
// Reset the menu.
- avatar_menu_.reset(new AvatarMenu(
- manager()->profile_info_cache(),
- mock_observer_.get(),
- NULL));
+ avatar_menu_.reset(new AvatarMenu(manager()->profile_attributes_storage(),
+ mock_observer_.get(), NULL));
achuithb 2016/02/19 11:55:22 nit: nullptr
lwchkg 2016/02/20 05:20:03 Done.
avatar_menu_->RebuildMenu();
EXPECT_EQ(0, change_count());
return avatar_menu_.get();
« no previous file with comments | « no previous file | chrome/browser/profiles/avatar_menu.h » ('j') | chrome/browser/profiles/avatar_menu.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698