| Index: mojo/public/cpp/bindings/tests/serialization_api_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/serialization_api_unittest.cc b/mojo/public/cpp/bindings/tests/serialization_api_unittest.cc
|
| index 754f68f4b5f6a19d3ae1a4324777bc4d8d8481bc..5fc8852eba074e6c7a5fef1a22f02cbaa9eb414a 100644
|
| --- a/mojo/public/cpp/bindings/tests/serialization_api_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/serialization_api_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/cpp/bindings/array.h"
|
| #include "mojo/public/cpp/bindings/lib/array_serialization.h"
|
| #include "mojo/public/cpp/bindings/lib/validation_errors.h"
|
| #include "mojo/public/cpp/system/message_pipe.h"
|
| #include "mojo/public/interfaces/bindings/tests/rect.mojom.h"
|
| #include "mojo/public/interfaces/bindings/tests/test_structs.mojom.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|