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

Side by Side Diff: patches/stringthreadtest.patch

Issue 1621943002: ICU 56 step 4: Apply post-56 fixes for measure/date format (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56goog
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « patches/relative_date.patch ('k') | patches/tzdetect.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/source/common/unicode/unistr.h b/source/common/unicode/unistr.h
2 index c6e8b44..c98aec7 100644
3 --- a/source/common/unicode/unistr.h
4 +++ b/source/common/unicode/unistr.h
5 @@ -34,7 +34,6 @@
6 #include "unicode/ucasemap.h"
7
8 struct UConverter; // unicode/ucnv.h
9 -class StringThreadTest;
10
11 #ifndef U_COMPARE_CODE_POINT_ORDER
12 /* see also ustring.h and unorm.h */
13 @@ -3491,7 +3490,6 @@ private:
14 kWritableAlias=0
15 };
16
17 - friend class StringThreadTest;
18 friend class UnicodeStringAppendable;
19
20 union StackBufferOrFields; // forward declaration necessary before fri end declaration
OLDNEW
« no previous file with comments | « patches/relative_date.patch ('k') | patches/tzdetect.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698