Index: trunk/src/ash/system/user/tray_user.cc |
=================================================================== |
--- trunk/src/ash/system/user/tray_user.cc (revision 267249) |
+++ trunk/src/ash/system/user/tray_user.cc (working copy) |
@@ -6,8 +6,7 @@ |
#include "ash/ash_switches.h" |
#include "ash/root_window_controller.h" |
-#include "ash/session/session_state_delegate.h" |
-#include "ash/session/user_info.h" |
+#include "ash/session_state_delegate.h" |
#include "ash/shelf/shelf_layout_manager.h" |
#include "ash/shell_delegate.h" |
#include "ash/system/tray/system_tray.h" |
@@ -264,7 +263,7 @@ |
content::BrowserContext* context = session_state_delegate-> |
GetBrowserContextByIndex(GetTrayIndex()); |
- avatar_->SetImage(session_state_delegate->GetUserInfo(context)->GetImage(), |
+ avatar_->SetImage(session_state_delegate->GetUserImage(context), |
gfx::Size(kTrayAvatarSize, kTrayAvatarSize)); |
// Unit tests might come here with no images for some users. |