| Index: ash/common/system/cast/tray_cast.h
|
| diff --git a/ash/system/cast/tray_cast.h b/ash/common/system/cast/tray_cast.h
|
| similarity index 93%
|
| rename from ash/system/cast/tray_cast.h
|
| rename to ash/common/system/cast/tray_cast.h
|
| index 6b1a15e2dda9972eff0e6cba2d20d90b714810cc..55d049b59c07dcddb985e0d015a12aedcbd2a1a9 100644
|
| --- a/ash/system/cast/tray_cast.h
|
| +++ b/ash/common/system/cast/tray_cast.h
|
| @@ -2,10 +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_CAST_TRAY_CAST_H_
|
| -#define ASH_SYSTEM_CAST_TRAY_CAST_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
| +#define ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
|
|
| -#include "ash/cast_config_delegate.h"
|
| +#include "ash/common/cast_config_delegate.h"
|
| #include "ash/common/shell_observer.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| #include "base/macros.h"
|
| @@ -77,4 +77,4 @@ class ASH_EXPORT TrayCast : public SystemTrayItem,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CAST_TRAY_CAST_H_
|
| +#endif // ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
|
|