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

Unified Diff: base/strings/string16.cc

Issue 809563003: Build fix for previous c16 change (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 6 years 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
« base/strings/string16.h ('K') | « base/strings/string16.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string16.cc
diff --git a/base/strings/string16.cc b/base/strings/string16.cc
index 56e34f40388b862ad65e211148a01d1aa5f78a62..e57dd8c3af0d3e5cfcd3e8fd5202529324a6e4f9 100644
--- a/base/strings/string16.cc
+++ b/base/strings/string16.cc
@@ -68,5 +68,3 @@ std::ostream& operator<<(std::ostream& out, const string16& str) {
#if defined(WCHAR_T_IS_UTF32)
template class std::basic_string<base::char16, base::string16_char_traits>;
#endif // WCHAR_T_IS_UTF32
-
-#endif // WCHAR_T_IS_UTF32
« base/strings/string16.h ('K') | « base/strings/string16.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698