| Index: ash/common/system/chromeos/audio/audio_detailed_view.h
|
| diff --git a/ash/system/chromeos/audio/audio_detailed_view.h b/ash/common/system/chromeos/audio/audio_detailed_view.h
|
| similarity index 86%
|
| rename from ash/system/chromeos/audio/audio_detailed_view.h
|
| rename to ash/common/system/chromeos/audio/audio_detailed_view.h
|
| index acf54bbe6ad9a7a37f7e1f20cb7a5116e59ef1c9..8fa25d7f74c928641b393bb83c5794d54d10ccfd 100644
|
| --- a/ash/system/chromeos/audio/audio_detailed_view.h
|
| +++ b/ash/common/system/chromeos/audio/audio_detailed_view.h
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
| -#define ASH_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
| +
|
| +#include <map>
|
|
|
| #include "ash/common/system/tray/tray_details_view.h"
|
| #include "ash/common/system/tray/view_click_listener.h"
|
| @@ -56,4 +58,4 @@ class AudioDetailedView : public TrayDetailsView, public ViewClickListener {
|
| } // namespace tray
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_
|
|
|