| Index: mojo/public/c/tests/bindings/union_unittest.cc
|
| diff --git a/mojo/public/c/tests/bindings/union_unittest.cc b/mojo/public/c/tests/bindings/union_unittest.cc
|
| index a434ba887a78d3be4f3cd4eca76eef757f84bc9a..64a13af2e85251ec2649af114e7b46e353e2220e 100644
|
| --- a/mojo/public/c/tests/bindings/union_unittest.cc
|
| +++ b/mojo/public/c/tests/bindings/union_unittest.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #include <mojo/bindings/array.h>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/c/tests/bindings/testing_util.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 {
|
|
|
|
|