Index: chromeos/process_proxy/process_proxy.cc |
diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc |
index 8fd976bd933816d9127bc5370a6c571e574072e2..8a97acb780454bbad6be43861e5e17b4aa8a4ee0 100644 |
--- a/chromeos/process_proxy/process_proxy.cc |
+++ b/chromeos/process_proxy/process_proxy.cc |
@@ -237,7 +237,7 @@ bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, |
// TODO(rvargas) crbug/417532: This is somewhat wrong but the interface of |
// Open vends pid_t* so ownership is quite vague anyway, and Process::Close |
// doesn't do much in POSIX. |
- *pid = process.pid(); |
+ *pid = process.Pid(); |
return process.IsValid(); |
} |