| Index: tools/gn/ninja_binary_target_writer.cc
|
| diff --git a/tools/gn/ninja_binary_target_writer.cc b/tools/gn/ninja_binary_target_writer.cc
|
| index 16cc320446a22ee392d4e1ab559d8617d08b538f..e6b0e91d29620033537c53af8e3dcbb824f47952 100644
|
| --- a/tools/gn/ninja_binary_target_writer.cc
|
| +++ b/tools/gn/ninja_binary_target_writer.cc
|
| @@ -47,7 +47,7 @@ struct DefineWriter {
|
| };
|
|
|
| struct IncludeWriter {
|
| - IncludeWriter(PathOutput& path_output) : path_output_(path_output) {
|
| + explicit IncludeWriter(PathOutput& path_output) : path_output_(path_output) {
|
| }
|
| ~IncludeWriter() {
|
| }
|
|
|