| Index: tools/gn/visual_studio_writer.h
|
| diff --git a/tools/gn/visual_studio_writer.h b/tools/gn/visual_studio_writer.h
|
| index 99c537075fffbeebfa9c0543c231a1e8d2e48da2..0a8fcb45acaada2d514d9673b4c8c7fa50c63c79 100644
|
| --- a/tools/gn/visual_studio_writer.h
|
| +++ b/tools/gn/visual_studio_writer.h
|
| @@ -37,7 +37,7 @@ class VisualStudioWriter {
|
| // of generated projects. Only matching targets will be included to the
|
| // solution. On failure will populate |err| and will return false.
|
| static bool RunAndWriteFiles(const BuildSettings* build_settings,
|
| - Builder* builder,
|
| + const Builder& builder,
|
| Version version,
|
| const std::string& sln_name,
|
| const std::string& dir_filters,
|
|
|