| Index: trunk/src/tools/gn/input_file_manager.h
|
| ===================================================================
|
| --- trunk/src/tools/gn/input_file_manager.h (revision 262754)
|
| +++ trunk/src/tools/gn/input_file_manager.h (working copy)
|
| @@ -79,8 +79,7 @@
|
| // the values and lose context for error reporting, or somehow keep the
|
| // associated parse nodes, tokens, and file data in memory. This function
|
| // allows the latter.
|
| - void AddDynamicInput(const SourceFile& name,
|
| - InputFile** file,
|
| + void AddDynamicInput(InputFile** file,
|
| std::vector<Token>** tokens,
|
| scoped_ptr<ParseNode>** parse_root);
|
|
|
|
|