| 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_
|
|
|