| Index: components/nacl/zygote/nacl_fork_delegate_linux.h
|
| diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| index ba79a7cf54706294dcc0082ac6bb8b0c2312bbfc..4dd5366e66a090acd2f7520a3db07297738da0f0 100644
|
| --- a/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| +++ b/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| @@ -8,9 +8,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "content/public/common/zygote_fork_delegate_linux.h"
|
|
|
| namespace base {
|
|
|