Index: ash/system/settings/tray_settings.cc |
diff --git a/ash/system/settings/tray_settings.cc b/ash/system/settings/tray_settings.cc |
index 90898641d86130caa637ad07f84fe3a6f0a66747..8b96ffe94625d85bc07f9efa81f97bd67a6377f9 100644 |
--- a/ash/system/settings/tray_settings.cc |
+++ b/ash/system/settings/tray_settings.cc |
@@ -34,7 +34,7 @@ class SettingsView : public ash::internal::ActionableView { |
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance(); |
views::ImageView* icon = |
new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight); |
- icon->SetImage(rb.GetImageNamed(IDR_AURA_UBER_TRAY_SETTINGS).ToSkBitmap()); |
+ icon->SetImage(rb.GetImageNamed(IDR_AURA_UBER_TRAY_SETTINGS).ToImageSkia()); |
AddChildView(icon); |
string16 text = rb.GetLocalizedString( |