| Index: ash/system/system_notifier.h
|
| diff --git a/ash/common/system/system_notifier.h b/ash/system/system_notifier.h
|
| similarity index 93%
|
| rename from ash/common/system/system_notifier.h
|
| rename to ash/system/system_notifier.h
|
| index 706347ec1eedb0b351c984d3e801d2b998055692..f8ad65b97ed3c03467234069443a2ea507092c44 100644
|
| --- a/ash/common/system/system_notifier.h
|
| +++ b/ash/system/system_notifier.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_SYSTEM_NOTIFIER_H_
|
| -#define ASH_COMMON_SYSTEM_SYSTEM_NOTIFIER_H_
|
| +#ifndef ASH_SYSTEM_SYSTEM_NOTIFIER_H_
|
| +#define ASH_SYSTEM_SYSTEM_NOTIFIER_H_
|
|
|
| #include <string>
|
|
|
| @@ -52,4 +52,4 @@ ASH_EXPORT bool IsAshSystemNotifier(
|
| } // namespace system_notifier
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_SYSTEM_NOTIFIER_H_
|
| +#endif // ASH_SYSTEM_SYSTEM_NOTIFIER_H_
|
|
|