Chromium Code Reviews| Index: base/string_piece.cc |
| diff --git a/base/string_piece.cc b/base/string_piece.cc |
| index bf6291c28075b9e06c0a3a960d1ac959c3408142..69ee391b0e310654c70235519c9dc9e1ba723b0c 100644 |
| --- a/base/string_piece.cc |
| +++ b/base/string_piece.cc |
| @@ -209,6 +209,4 @@ StringPiece StringPiece::substr(size_type pos, size_type n) const { |
| return StringPiece(ptr_ + pos, n); |
| } |
| -const StringPiece::size_type StringPiece::npos = size_type(-1); |
| - |
| } // namespace base |