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

Unified Diff: base/string16.h

Issue 9652005: base: Add more BASE_EXPORT macros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « base/mac/foundation_util.h ('k') | no next file » | 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..5141d3ad5c98fc7fb780ab9987736a820a6d62b0 100644
--- a/base/string16.h
+++ b/base/string16.h
@@ -164,7 +164,8 @@ struct string16_char_traits {
//
// TODO(mark): File this bug with Apple and update this note with a bug number.
-extern template class std::basic_string<char16, base::string16_char_traits>;
+extern template
+class BASE_EXPORT std::basic_string<char16, base::string16_char_traits>;
typedef std::basic_string<char16, base::string16_char_traits> string16;
« no previous file with comments | « base/mac/foundation_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698