| Index: base/process/launch.h
|
| diff --git a/base/process/launch.h b/base/process/launch.h
|
| index 42b8a7670d9a02dc6b08e3e577d08bfb30057bd6..9a76e2048ee70469880d93a8de21759217e5899f 100644
|
| --- a/base/process/launch.h
|
| +++ b/base/process/launch.h
|
| @@ -7,16 +7,19 @@
|
| #ifndef BASE_PROCESS_LAUNCH_H_
|
| #define BASE_PROCESS_LAUNCH_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| #include "base/environment.h"
|
| +#include "base/macros.h"
|
| #include "base/process/process.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_POSIX)
|
| #include "base/posix/file_descriptor_shuffle.h"
|
|
|