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

Unified Diff: base/strings/string_piece.h

Issue 1125773004: Pull in ASCII<->UTF16 from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 8 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
Index: base/strings/string_piece.h
diff --git a/base/strings/string_piece.h b/base/strings/string_piece.h
index cb3828ffbf1ef20417bb2da9d902462a847f73d9..a7803aabad790da1b7c5fd4e44224043769acb34 100644
--- a/base/strings/string_piece.h
+++ b/base/strings/string_piece.h
@@ -157,6 +157,6 @@ std::ostream& operator<<(std::ostream& ostream,
typedef BasicStringPiece<std::string> StringPiece;
typedef BasicStringPiece<string16> StringPiece16;
-} // namespace base;
+} // namespace base
#endif // MINI_CHROMIUM_BASE_STRINGS_STRING_PIECE_H_
« no previous file with comments | « base/base.gyp ('k') | base/strings/string_util.h » ('j') | base/strings/string_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698