Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: compat/non_win/timezoneapi.h

Issue 804593002: Move string16 and char16 in to base:: (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: include roll of mini_chromium to 37bac7... Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compat/non_win/dbghelp.h ('k') | minidump/minidump_misc_info_writer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « compat/non_win/dbghelp.h ('k') | minidump/minidump_misc_info_writer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698