| Index: chrome/browser/chromeos/process_proxy/process_output_watcher.cc
|
| diff --git a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
|
| index d7d719efc116219fa084e1dccea3ddf1150e47f9..9c5191c77940a4289dcdf8f82ecf99ff8f2c74a6 100644
|
| --- a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
|
| +++ b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
|
| @@ -12,8 +12,8 @@
|
| #include <sys/select.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
|
|
| namespace {
|
|
|
|
|