Index: trunk/src/chrome/browser/ui/views/profiles/profile_chooser_view.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/profiles/profile_chooser_view.cc (revision 263283) |
+++ trunk/src/chrome/browser/ui/views/profiles/profile_chooser_view.cc (working copy) |
@@ -9,7 +9,6 @@ |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/lifetime/application_lifetime.h" |
#include "chrome/browser/profiles/profile_avatar_icon_util.h" |
-#include "chrome/browser/profiles/profile_info_cache.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/profiles/profile_window.h" |
#include "chrome/browser/profiles/profiles_state.h" |
@@ -867,8 +866,7 @@ |
views::View* ProfileChooserView::CreateGuestProfileView() { |
gfx::Image guest_icon = |
- ui::ResourceBundle::GetSharedInstance().GetImageNamed( |
- profiles::GetPlaceholderAvatarIconResourceID()); |
+ ui::ResourceBundle::GetSharedInstance().GetImageNamed(IDR_LOGIN_GUEST); |
AvatarMenu::Item guest_avatar_item(0, 0, guest_icon); |
guest_avatar_item.active = true; |
guest_avatar_item.name = l10n_util::GetStringUTF16( |