Chromium Code Reviews| Index: tools/gn/setup.h |
| diff --git a/tools/gn/setup.h b/tools/gn/setup.h |
| index 4f2d8859951f46965cf9106b4a240aff4adf653b..22e655745b1f745e2f584cfaf61b73b2fbc16026 100644 |
| --- a/tools/gn/setup.h |
| +++ b/tools/gn/setup.h |
| @@ -119,7 +119,7 @@ class Setup { |
| // Fills the python path portion of the command line. On failure, sets |
| // it to just "python". |
| - void FillPythonPath(); |
| + void FillPythonPath(const base::CommandLine& cmdline); |
| // Run config file. |
| bool RunConfigFile(); |