Chromium Code Reviews| Index: tools/gn/token.h |
| diff --git a/tools/gn/token.h b/tools/gn/token.h |
| index bf8728377a12b1e3c03e66e244b37dcbada56fa1..24c4e9c2e10f622f6d6c57599d764e97bb188df2 100644 |
| --- a/tools/gn/token.h |
| +++ b/tools/gn/token.h |
| @@ -58,6 +58,7 @@ class Token { |
| Token(); |
| Token(const Location& location, Type t, const base::StringPiece& v); |
| + Token(const Token& other); |
| Type type() const { return type_; } |
| const base::StringPiece& value() const { return value_; } |