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

Unified Diff: patches/stringthreadtest.patch

Issue 1317603003: Fix -Wmicrosoft-unqualified-friend warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: . Created 5 years, 4 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 | « README.chromium ('k') | source/common/unicode/unistr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/stringthreadtest.patch
diff --git a/patches/stringthreadtest.patch b/patches/stringthreadtest.patch
new file mode 100644
index 0000000000000000000000000000000000000000..81c2044de21b638dc0cf95878135b545f4380100
--- /dev/null
+++ b/patches/stringthreadtest.patch
@@ -0,0 +1,20 @@
+diff --git a/source/common/unicode/unistr.h b/source/common/unicode/unistr.h
+index c6e8b44..c98aec7 100644
+--- a/source/common/unicode/unistr.h
++++ b/source/common/unicode/unistr.h
+@@ -34,7 +34,6 @@
+ #include "unicode/ucasemap.h"
+
+ struct UConverter; // unicode/ucnv.h
+-class StringThreadTest;
+
+ #ifndef U_COMPARE_CODE_POINT_ORDER
+ /* see also ustring.h and unorm.h */
+@@ -3491,7 +3490,6 @@ private:
+ kWritableAlias=0
+ };
+
+- friend class StringThreadTest;
+ friend class UnicodeStringAppendable;
+
+ union StackBufferOrFields; // forward declaration necessary before friend declaration
« no previous file with comments | « README.chromium ('k') | source/common/unicode/unistr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698