| Index: ash/common/system/chromeos/cast/tray_cast.h
|
| diff --git a/ash/common/system/cast/tray_cast.h b/ash/common/system/chromeos/cast/tray_cast.h
|
| similarity index 94%
|
| rename from ash/common/system/cast/tray_cast.h
|
| rename to ash/common/system/chromeos/cast/tray_cast.h
|
| index ce889959211063075efe5aa1ccb517d7b799fe51..e7d7ba1a05dd5f30ad0cf4c4a491b073466ccb72 100644
|
| --- a/ash/common/system/cast/tray_cast.h
|
| +++ b/ash/common/system/chromeos/cast/tray_cast.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
| -#define ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_CAST_TRAY_CAST_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_CAST_TRAY_CAST_H_
|
|
|
| #include "ash/common/cast_config_delegate.h"
|
| #include "ash/common/shell_observer.h"
|
| @@ -76,4 +76,4 @@ class ASH_EXPORT TrayCast : public SystemTrayItem,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_CAST_TRAY_CAST_H_
|
|
|