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

Unified Diff: base/string16.h

Issue 9071010: NOT FOR SUBMISSION (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only one hack needed left! Created 8 years, 12 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 | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string16.h
diff --git a/base/string16.h b/base/string16.h
index 4c7b21f8a0eb76e34a0d4887dd19ca01c944b284..d7897d45aee84fd6383e3bdfd15df2edcd00f807 100644
--- a/base/string16.h
+++ b/base/string16.h
@@ -54,7 +54,7 @@ BASE_EXPORT char16* c16memmove(char16* s1, const char16* s2, size_t n);
BASE_EXPORT char16* c16memcpy(char16* s1, const char16* s2, size_t n);
BASE_EXPORT char16* c16memset(char16* s, char16 c, size_t n);
-struct string16_char_traits {
+struct BASE_EXPORT string16_char_traits {
typedef char16 char_type;
typedef int int_type;
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698