| Index: components/nacl/browser/nacl_process_host_unittest.cc
|
| diff --git a/components/nacl/browser/nacl_process_host_unittest.cc b/components/nacl/browser/nacl_process_host_unittest.cc
|
| index 0d97ed64fc32f9f29519654ec122aea13ff604c2..6bd02f485b0613393f8fe40c40df4f36ba64c57f 100644
|
| --- a/components/nacl/browser/nacl_process_host_unittest.cc
|
| +++ b/components/nacl/browser/nacl_process_host_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "build/build_config.h"
|
| #include "components/nacl/browser/nacl_process_host.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|