Index: tools/gn/path_output.h |
diff --git a/tools/gn/path_output.h b/tools/gn/path_output.h |
index 12fc5ac5ea98dad5fdafbc7d91e190e6155f53a6..f7beb42357e3cd26d5a22df0fdab25dd5a8bd1b2 100644 |
--- a/tools/gn/path_output.h |
+++ b/tools/gn/path_output.h |
@@ -33,7 +33,8 @@ class PathOutput { |
DIR_NO_LAST_SLASH, |
}; |
- PathOutput(const SourceDir& current_dir, EscapingMode escaping); |
+ PathOutput(const SourceDir& current_dir, const base::StringPiece& source_root, |
+ EscapingMode escaping); |
~PathOutput(); |
// Read-only since inverse_current_dir_ is computed depending on this. |