| Index: chrome/common/service_process_util_unittest.cc
|
| diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc
|
| index 2eefb03046c79518e0406b953bb8a4e4b9d205c7..f13e88e982842b334acf4839aeb31c8ba440eeb0 100644
|
| --- a/chrome/common/service_process_util_unittest.cc
|
| +++ b/chrome/common/service_process_util_unittest.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/common/service_process_util.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| @@ -13,6 +12,7 @@
|
| #include "base/process/launch.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_split.h"
|
| +#include "build/build_config.h"
|
|
|
| #if !defined(OS_MACOSX)
|
| #include "base/at_exit.h"
|
|
|