summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy/process_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/process_proxy/process_proxy.cc')
-rw-r--r--chromeos/process_proxy/process_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc
index 3f67671..990e736 100644
--- a/chromeos/process_proxy/process_proxy.cc
+++ b/chromeos/process_proxy/process_proxy.cc
@@ -105,7 +105,7 @@ bool ProcessProxy::StartWatchingOnThread(
void ProcessProxy::OnProcessOutput(ProcessOutputType type,
const std::string& output) {
- if (!callback_runner_)
+ if (!callback_runner_.get())
return;
callback_runner_->PostTask(