| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc | 
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc | 
| index 1606b2ff9b4c8a34940dc2d160071501bf45ae65..c55720416ec2ea653f96eb6fd8a61ed10909b66b 100644 | 
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc | 
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc | 
| @@ -236,8 +236,9 @@ class EditableProfilePhoto : public views::LabelButton { | 
| const SkColor kBackgroundColor = SkColorSetARGB(65, 255, 255, 255); | 
| photo_overlay_->set_background( | 
| views::Background::CreateSolidBackground(kBackgroundColor)); | 
| -    photo_overlay_->SetImage(*ui::ResourceBundle::GetSharedInstance(). | 
| -        GetImageSkiaNamed(IDR_ICON_PROFILES_EDIT_CAMERA)); | 
| +    photo_overlay_->SetVectorIcon(gfx::PHOTO_CAMERA, | 
| +        SkColorSetRGB(0x33, 0x33, 0x33)); | 
| +    photo_overlay_->SetImageSize(gfx::Size(48, 48)); | 
|  | 
| photo_overlay_->SetSize(bounds.size()); | 
| photo_overlay_->SetVisible(false); | 
|  |