Index: ash/system/bluetooth/tray_bluetooth.cc |
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc |
index 4350664d495dea01f7640ee4af78341d5456e40a..639f79fb9b3ad69858765a6d0227b2ce820c5c2f 100644 |
--- a/ash/system/bluetooth/tray_bluetooth.cc |
+++ b/ash/system/bluetooth/tray_bluetooth.cc |
@@ -33,7 +33,7 @@ class BluetoothDefaultView : public TrayItemMore { |
explicit BluetoothDefaultView(SystemTrayItem* owner) |
: TrayItemMore(owner) { |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
- SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_BLUETOOTH).ToSkBitmap()); |
+ SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_BLUETOOTH).ToImageSkia()); |
UpdateLabel(); |
} |