Index: ash/system/bluetooth/tray_bluetooth.cc |
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc |
index ac4cd15f069ef677005925ead52dbf1ca65ae22b..bf49260e4d683a8f513cdb70fff31a5b0d58aeb6 100644 |
--- a/ash/system/bluetooth/tray_bluetooth.cc |
+++ b/ash/system/bluetooth/tray_bluetooth.cc |
@@ -225,7 +225,8 @@ views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) { |
return NULL; |
} |
-views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) { |
+views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status, |
+ int bubble_width) { |
CHECK(default_ == NULL); |
default_ = new tray::BluetoothDefaultView(this); |
return default_; |