Index: tools/gn/token.h |
diff --git a/tools/gn/token.h b/tools/gn/token.h |
index 81a9b4a5f3e3921bce956e9e21e11c4ff959e7dc..45b6e28ced214c2bb94fff785b9c44908c7c04c7 100644 |
--- a/tools/gn/token.h |
+++ b/tools/gn/token.h |
@@ -62,6 +62,7 @@ class Token { |
Type type() const { return type_; } |
const base::StringPiece& value() const { return value_; } |
const Location& location() const { return location_; } |
+ void set_location(Location location) { location_ = location; } |
LocationRange range() const { |
return LocationRange( |
location_, |