Index: sandbox/win/src/process_thread_dispatcher.cc |
diff --git a/sandbox/win/src/process_thread_dispatcher.cc b/sandbox/win/src/process_thread_dispatcher.cc |
index 2df203a682d8f004858e8403e04f5f2776591bf7..b2331b7f525039c52439349858b91bd6b53c0de4 100644 |
--- a/sandbox/win/src/process_thread_dispatcher.cc |
+++ b/sandbox/win/src/process_thread_dispatcher.cc |
@@ -64,7 +64,7 @@ bool IsPathRelative(const std::wstring &path) { |
} |
// Converts a relative path to an absolute path. |
-bool ConvertToAbsolutePath(const std::wstring child_current_directory, |
+bool ConvertToAbsolutePath(const std::wstring& child_current_directory, |
bool use_env_path, std::wstring *path) { |
wchar_t file_buffer[MAX_PATH]; |
wchar_t *file_part = NULL; |