| Index: ash/system/tray/test_system_tray_delegate.cc
|
| diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
|
| index 913beb6c659af9514c2fad008e14fc56285fc122..c51784b4370b84db67093ace2152845b2bbede18 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.cc
|
| +++ b/ash/system/tray/test_system_tray_delegate.cc
|
| @@ -57,8 +57,7 @@ TestSystemTrayDelegate::TestSystemTrayDelegate()
|
| cellular_enabled_(true),
|
| bluetooth_enabled_(true),
|
| caps_lock_enabled_(false),
|
| - volume_control_delegate_(
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(new TestVolumeControlDelegate)) {
|
| + volume_control_delegate_(new TestVolumeControlDelegate) {
|
| }
|
|
|
| TestSystemTrayDelegate::~TestSystemTrayDelegate() {
|
|
|