| Index: compat/non_win/timezoneapi.h
|
| diff --git a/compat/non_win/timezoneapi.h b/compat/non_win/timezoneapi.h
|
| index e78e3da1b8ca5acad3f013f9f62c59a134d29921..59efae286d98e5b93aedb775654a5856a68aac45 100644
|
| --- a/compat/non_win/timezoneapi.h
|
| +++ b/compat/non_win/timezoneapi.h
|
| @@ -27,7 +27,7 @@ struct TIME_ZONE_INFORMATION {
|
|
|
| //! \brief The UTF-16-encoded name of the time zone when observing standard
|
| //! time.
|
| - char16 StandardName[32];
|
| + base::char16 StandardName[32];
|
|
|
| //! \brief The date and time to switch from daylight saving time to standard
|
| //! time.
|
| @@ -45,7 +45,7 @@ struct TIME_ZONE_INFORMATION {
|
|
|
| //! \brief The UTF-16-encoded name of the time zone when observing daylight
|
| //! saving time.
|
| - char16 DaylightName[32];
|
| + base::char16 DaylightName[32];
|
|
|
| //! \brief The date and time to switch from standard time to daylight saving
|
| //! time.
|
|
|