| Index: tools/gn/input_file_manager.h
|
| diff --git a/tools/gn/input_file_manager.h b/tools/gn/input_file_manager.h
|
| index 82b3cc57e6a252d9c04496172578d4d973016d2f..d8592a02a98fe3445b37a48816ac36c816652aa1 100644
|
| --- a/tools/gn/input_file_manager.h
|
| +++ b/tools/gn/input_file_manager.h
|
| @@ -117,6 +117,7 @@ class InputFileManager : public base::RefCountedThreadSafe<InputFileManager> {
|
|
|
| // Null before the file is loaded or if loading failed.
|
| scoped_ptr<ParseNode> parsed_root;
|
| + Err parse_error;
|
| };
|
|
|
| virtual ~InputFileManager();
|
|
|