| Index: chrome/common/service_process_util_posix.cc
|
| diff --git a/chrome/common/service_process_util_posix.cc b/chrome/common/service_process_util_posix.cc
|
| index fa793a69d21affa154717c806228687082b1dbc6..e41218fa62daab946acf44c99c722b4890b98749 100644
|
| --- a/chrome/common/service_process_util_posix.cc
|
| +++ b/chrome/common/service_process_util_posix.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/bind.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/message_loop_proxy.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "chrome/common/multi_process_lock.h"
|
|
|
|
|