| Index: base/android/jni_array_unittest.cc
|
| diff --git a/base/android/jni_array_unittest.cc b/base/android/jni_array_unittest.cc
|
| index b3ad75f13bbb2fcedf69033dc89cd95debd3d8a4..47f1afce5195146baf62d472c5956350a5b30a3f 100644
|
| --- a/base/android/jni_array_unittest.cc
|
| +++ b/base/android/jni_array_unittest.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "base/android/jni_array.h"
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <limits>
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/scoped_java_ref.h"
|
| +#include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace base {
|
|
|