| Index: ash/system/tray/system_tray_delegate.cc
|
| diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
|
| index 084e1587661cab89b2bb3baeebd7a4ee0c295ab0..d0b9fb17b7a58f9d5c72de80ad960b2e5e12409b 100644
|
| --- a/ash/system/tray/system_tray_delegate.cc
|
| +++ b/ash/system/tray/system_tray_delegate.cc
|
| @@ -25,16 +25,6 @@ BluetoothDeviceInfo::BluetoothDeviceInfo()
|
| BluetoothDeviceInfo::~BluetoothDeviceInfo() {
|
| }
|
|
|
| -DriveOperationStatus::DriveOperationStatus()
|
| - : id(-1),
|
| - progress(0.0),
|
| - type(OPERATION_DOWNLOAD),
|
| - state(OPERATION_NOT_STARTED) {
|
| -}
|
| -
|
| -DriveOperationStatus::~DriveOperationStatus() {
|
| -}
|
| -
|
| IMEInfo::IMEInfo()
|
| : selected(false),
|
| third_party(false) {
|
|
|