Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: ui/base/ime/chromeos/ime_keyboard_x11.cc

Issue 864163003: Rename base::Process::pid() to Pid() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698