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

Unified Diff: Source/platform/text/LocaleICU.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 months 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 | « Source/platform/text/BidiResolver.h ('k') | Source/platform/text/LocaleICU.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleICU.h
diff --git a/Source/platform/text/LocaleICU.h b/Source/platform/text/LocaleICU.h
index b4ce57725a007e9ee32884b5ba4d017d5e9312aa..7a8b737519f565d023343307f725bf833b817bcf 100644
--- a/Source/platform/text/LocaleICU.h
+++ b/Source/platform/text/LocaleICU.h
@@ -79,7 +79,7 @@ private:
void initializeCalendar();
- PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
+ PassOwnPtr<Vector<String>> createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
void initializeDateTimeFormat();
CString m_locale;
@@ -88,9 +88,9 @@ private:
bool m_didCreateDecimalFormat;
bool m_didCreateShortDateFormat;
- OwnPtr<Vector<String> > m_weekDayShortLabels;
+ OwnPtr<Vector<String>> m_weekDayShortLabels;
unsigned m_firstDayOfWeek;
- OwnPtr<Vector<String> > m_monthLabels;
+ OwnPtr<Vector<String>> m_monthLabels;
String m_dateFormat;
String m_monthFormat;
String m_shortMonthFormat;
« no previous file with comments | « Source/platform/text/BidiResolver.h ('k') | Source/platform/text/LocaleICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698