| Index: mojo/public/c/tests/bindings/array_unittest.cc
|
| diff --git a/mojo/public/c/tests/bindings/array_unittest.cc b/mojo/public/c/tests/bindings/array_unittest.cc
|
| index 7ac249480d3d17691e92155afc3348a84056824b..634633d512c29a7ca465119ec27b94b08a58d584 100644
|
| --- a/mojo/public/c/tests/bindings/array_unittest.cc
|
| +++ b/mojo/public/c/tests/bindings/array_unittest.cc
|
| @@ -9,11 +9,11 @@
|
| #include <mojo/bindings/struct.h>
|
| #include <stddef.h>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/c/tests/bindings/testing_util.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "mojo/public/interfaces/bindings/tests/test_structs.mojom-c.h"
|
| #include "mojo/public/interfaces/bindings/tests/test_unions.mojom-c.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
|
|