Index: tools/gn/setup.cc |
diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc |
index e074681c619eb2f683005e65f7c4a8788b2f3aac..b9b59c6c09e3e78183c5461959c3d2c46d9df592 100644 |
--- a/tools/gn/setup.cc |
+++ b/tools/gn/setup.cc |
@@ -320,7 +320,8 @@ void Setup::FillPythonPath() { |
"just \"python.exe\""); |
python_path = "python.exe"; |
} |
- build_settings_.set_python_path(base::FilePath(UTF8ToUTF16(python_path))); |
+ build_settings_.set_python_path( |
+ base::FilePath(base::UTF8ToUTF16(python_path))); |
#else |
build_settings_.set_python_path(base::FilePath("python")); |
#endif |