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

Unified Diff: base/string16.h

Issue 11360174: Move stack_container and linked_list to the new containers subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/stack_container_unittest.cc ('k') | chrome/browser/history/history_types.h » ('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 e27461bbac21df88dbaa0958f1ece8f3420d4905..e5d8e3535c1c227f5c87256ffc0581668e2d2da9 100644
--- a/base/string16.h
+++ b/base/string16.h
@@ -37,6 +37,10 @@
typedef wchar_t char16;
typedef std::wstring string16;
+namespace base {
+typedef std::char_traits<wchar_t> string16_char_traits;
+}
+
#elif defined(WCHAR_T_IS_UTF32)
typedef uint16 char16;
« no previous file with comments | « base/stack_container_unittest.cc ('k') | chrome/browser/history/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698