| Index: base/test/multiprocess_test.h
|
| diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h
|
| index 7c3af3395dd458ffda07b3774562a6d968d46493..3bbb7396c0dc56196671d03af4854046c0ace3e6 100644
|
| --- a/base/test/multiprocess_test.h
|
| +++ b/base/test/multiprocess_test.h
|
| @@ -8,8 +8,8 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/process.h"
|
| -#include "base/process_util.h"
|
| +#include "base/process/launch.h"
|
| +#include "base/process/process_handle.h"
|
| #include "build/build_config.h"
|
| #include "testing/platform_test.h"
|
|
|
|
|