Index: ui/base/ime/chromeos/ime_keyboard_x11.cc |
diff --git a/ui/base/ime/chromeos/ime_keyboard_x11.cc b/ui/base/ime/chromeos/ime_keyboard_x11.cc |
index 95c03bd7608b7eafd1b6b156320abe63598b6e70..8b76ed0867bfb3f5de9b0dff91b99c9a394de5ac 100644 |
--- a/ui/base/ime/chromeos/ime_keyboard_x11.cc |
+++ b/ui/base/ime/chromeos/ime_keyboard_x11.cc |
@@ -173,7 +173,7 @@ void ImeKeyboardX11::MaybeExecuteSetLayoutCommand() { |
PollUntilChildFinish(process.Handle()); |
DVLOG(1) << "ExecuteSetLayoutCommand: " << layout_to_set |
- << ": pid=" << process.pid(); |
+ << ": pid=" << process.Pid(); |
} |
// Delay and loop until child process finishes and call the callback. |