| Index: ash/system/chromeos/power/tray_power.h
|
| diff --git a/ash/system/chromeos/power/tray_power.h b/ash/system/chromeos/power/tray_power.h
|
| index 6ecd06a0d507b3684ba3b5b88bd4d093f3f3f4f8..829b8192581dc0a70631c6f2dcb226d5e8891ca8 100644
|
| --- a/ash/system/chromeos/power/tray_power.h
|
| +++ b/ash/system/chromeos/power/tray_power.h
|
| @@ -99,8 +99,8 @@ class ASH_EXPORT TrayPower : public SystemTrayItem,
|
|
|
| message_center::MessageCenter* message_center_; // Not owned.
|
| tray::PowerTrayView* power_tray_;
|
| - scoped_ptr<BatteryNotification> battery_notification_;
|
| - scoped_ptr<DualRoleNotification> dual_role_notification_;
|
| + std::unique_ptr<BatteryNotification> battery_notification_;
|
| + std::unique_ptr<DualRoleNotification> dual_role_notification_;
|
| NotificationState notification_state_;
|
|
|
| // Was a USB charger connected the last time OnPowerStatusChanged() was
|
|
|