| Index: ash/common/system/locale/locale_observer.h
|
| diff --git a/ash/system/locale/locale_observer.h b/ash/common/system/locale/locale_observer.h
|
| similarity index 79%
|
| rename from ash/system/locale/locale_observer.h
|
| rename to ash/common/system/locale/locale_observer.h
|
| index 939bd60faa979e018b7736ad9e82fe68191de278..96b76d4dc45bf44f249c95da845c4601f67cab4d 100644
|
| --- a/ash/system/locale/locale_observer.h
|
| +++ b/ash/common/system/locale/locale_observer.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_LOCALE_LOCALE_OBSERVER_H_
|
| -#define ASH_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
| +#ifndef ASH_COMMON_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
| +#define ASH_COMMON_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
| +
|
| +#include <string>
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -29,4 +31,4 @@ class ASH_EXPORT LocaleObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
| +#endif // ASH_COMMON_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
|
|