| Index: ash/common/system/chromeos/audio/tray_audio.h
|
| diff --git a/ash/common/system/chromeos/audio/tray_audio.h b/ash/common/system/chromeos/audio/tray_audio.h
|
| index d58764476eb9d9989e509d51f1623704187d6e2a..bc722fc65ef88187a9a4e5f4f04850f0b5c9fbe3 100644
|
| --- a/ash/common/system/chromeos/audio/tray_audio.h
|
| +++ b/ash/common/system/chromeos/audio/tray_audio.h
|
| @@ -7,8 +7,6 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include <memory>
|
| -
|
| #include "ash/ash_export.h"
|
| #include "ash/common/system/tray/tray_image_item.h"
|
| #include "base/macros.h"
|
| @@ -18,10 +16,6 @@
|
|
|
| namespace ash {
|
|
|
| -namespace system {
|
| -class TrayAudioDelegate;
|
| -}
|
| -
|
| namespace tray {
|
| class AudioDetailedView;
|
| class VolumeView;
|
| @@ -76,8 +70,6 @@ class ASH_EXPORT TrayAudio : public TrayImageItem,
|
| // Updates the UI views.
|
| void Update();
|
|
|
| - // TODO(jamescook): Remove this delegate and inline all the code.
|
| - std::unique_ptr<system::TrayAudioDelegate> audio_delegate_;
|
| tray::VolumeView* volume_view_;
|
|
|
| // True if VolumeView should be created for accelerator pop up;
|
|
|