| Index: ash/common/system/chromeos/tray_tracing.h
|
| diff --git a/ash/system/chromeos/tray_tracing.h b/ash/common/system/chromeos/tray_tracing.h
|
| similarity index 89%
|
| rename from ash/system/chromeos/tray_tracing.h
|
| rename to ash/common/system/chromeos/tray_tracing.h
|
| index 1ee9c6dbaa68a66e6dc239d9d8bc033844e8f0d2..c190bf7ccfe3d62f5e8e5a7e8f78f68d4b92fea6 100644
|
| --- a/ash/system/chromeos/tray_tracing.h
|
| +++ b/ash/common/system/chromeos/tray_tracing.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_SYSTEM_TRAY_TRACING_H_
|
| -#define ASH_SYSTEM_TRAY_TRACING_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/system/tray/tray_image_item.h"
|
| @@ -52,4 +52,4 @@ class TrayTracing : public TrayImageItem,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRACING_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
|
|
|