| Index: tools/gn/json_project_writer.h
|
| diff --git a/tools/gn/json_project_writer.h b/tools/gn/json_project_writer.h
|
| index e69dc3ac94fdc564ee508ee3243f16d4b359b027..8c293bfd93d9cb5a58f2947f89f50a77e0ee46f1 100644
|
| --- a/tools/gn/json_project_writer.h
|
| +++ b/tools/gn/json_project_writer.h
|
| @@ -14,7 +14,7 @@ class BuildSettings;
|
| class JSONProjectWriter {
|
| public:
|
| static bool RunAndWriteFiles(const BuildSettings* build_setting,
|
| - const Builder* builder,
|
| + const Builder& builder,
|
| const std::string& file_name,
|
| const std::string& exec_script,
|
| const std::string& exec_script_extra_args,
|
|
|