| 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 9ec327c3dd29fd8da84f8e32620ff1340d164793..35ce04e8acd71332fba96c2d857d6c9e948e8eac 100644
|
| --- a/chrome/common/service_process_util_posix.cc
|
| +++ b/chrome/common/service_process_util_posix.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "chrome/common/service_process_util_posix.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <string.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/common/multi_process_lock.h"
|
|
|
| namespace {
|
|
|