Index: ash/system/bluetooth/tray_bluetooth.cc |
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc |
index 1f55bcdcd93de289450c1977ca9d214855bca671..84c713189d65433589f00f674ca0ae1a746b5e6d 100644 |
--- a/ash/system/bluetooth/tray_bluetooth.cc |
+++ b/ash/system/bluetooth/tray_bluetooth.cc |
@@ -32,7 +32,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(); |
} |