Index: tools/gn/input_conversion.h |
diff --git a/tools/gn/input_conversion.h b/tools/gn/input_conversion.h |
index 129609b9181466b2f225c6e3b5ecf2606424a20d..e6d5f6eab329932427367c8f73c4d06f32462476 100644 |
--- a/tools/gn/input_conversion.h |
+++ b/tools/gn/input_conversion.h |
@@ -9,6 +9,7 @@ |
class Err; |
class ParseNode; |
+class Settings; |
class Value; |
extern const char kInputConversion_Help[]; |
@@ -20,7 +21,8 @@ extern const char kInputConversion_Help[]; |
// |
// If the conversion string is invalid, the error will be set and an empty |
// value will be returned. |
-Value ConvertInputToValue(const std::string& input, |
+Value ConvertInputToValue(const Settings* settings, |
+ const std::string& input, |
const ParseNode* origin, |
const Value& input_conversion_value, |
Err* err); |