| Index: mojo/public/c/tests/bindings/struct_unittest.cc
|
| diff --git a/mojo/public/c/tests/bindings/struct_unittest.cc b/mojo/public/c/tests/bindings/struct_unittest.cc
|
| index 33f122d068ac1ec2eaa59f7741b22c5c598a12a9..8df703213fe12030473d60bca4d0b0c5d625f291 100644
|
| --- a/mojo/public/c/tests/bindings/struct_unittest.cc
|
| +++ b/mojo/public/c/tests/bindings/struct_unittest.cc
|
| @@ -10,12 +10,12 @@
|
| #include <mojo/bindings/internal/util.h>
|
| #include <string.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/rect.mojom-c.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 {
|
|
|
|
|