| Index: tools/gn/function_exec_script.cc
|
| diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
|
| index c4d226223cecbbfb87de687a3bfe8a6ab8fecb19..b0bc7fdc7039a7e3fa0f1f3f245f51ce15bc605b 100644
|
| --- a/tools/gn/function_exec_script.cc
|
| +++ b/tools/gn/function_exec_script.cc
|
| @@ -340,7 +340,8 @@ Value RunExecScript(Scope* scope,
|
| base::TimeTicks begin_exec;
|
| if (g_scheduler->verbose_logging()) {
|
| #if defined(OS_WIN)
|
| - g_scheduler->Log("Pythoning", UTF16ToUTF8(cmdline.GetCommandLineString()));
|
| + g_scheduler->Log("Pythoning",
|
| + base::UTF16ToUTF8(cmdline.GetCommandLineString()));
|
| #else
|
| g_scheduler->Log("Pythoning", cmdline.GetCommandLineString());
|
| #endif
|
|
|