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

Unified Diff: base/string16.h

Issue 28292: Convert encryptor.cc and friends to string16. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | base/string16.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string16.h
===================================================================
--- base/string16.h (revision 10646)
+++ base/string16.h (working copy)
@@ -124,6 +124,8 @@
typedef std::basic_string<char16, base::string16_char_traits> string16;
+extern std::ostream& operator<<(std::ostream& out, const string16& str);
+
#endif // WCHAR_T_IS_UTF32
#endif // BASE_STRING16_H_
« no previous file with comments | « no previous file | base/string16.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698