| Index: ash/system/win/audio/tray_audio_win.cc
|
| diff --git a/ash/system/win/audio/tray_audio_win.cc b/ash/system/win/audio/tray_audio_win.cc
|
| deleted file mode 100644
|
| index 5c525f2f0c8b720b5d8a399c708242f98edeacb6..0000000000000000000000000000000000000000
|
| --- a/ash/system/win/audio/tray_audio_win.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/system/win/audio/tray_audio_win.h"
|
| -
|
| -#include <memory>
|
| -
|
| -#include "ash/system/win/audio/tray_audio_delegate_win.h"
|
| -
|
| -namespace ash {
|
| -
|
| -using system::TrayAudioDelegate;
|
| -using system::TrayAudioDelegateWin;
|
| -
|
| -TrayAudioWin::TrayAudioWin(SystemTray* system_tray)
|
| - : TrayAudio(
|
| - system_tray,
|
| - std::unique_ptr<TrayAudioDelegate>(new TrayAudioDelegateWin())) {}
|
| -
|
| -TrayAudioWin::~TrayAudioWin() {
|
| -}
|
| -
|
| -} // namespace ash
|
|
|