Chromium Code Reviews| Index: tools/gn/setup.h |
| diff --git a/tools/gn/setup.h b/tools/gn/setup.h |
| index d9a77d063a3765f605e23431d78b73d72cb0794b..68a8f0b35e53501e004097d822899136ae4c366a 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(const base::CommandLine& cmdline); |
| + bool FillPythonPath(const base::CommandLine& cmdline); |
| // Run config file. |
| bool RunConfigFile(); |