| Index: mojo/public/cpp/bindings/tests/formatting_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/formatting_unittest.cc b/mojo/public/cpp/bindings/tests/formatting_unittest.cc
|
| index 90822437a7bf39877fc21f3ca76fb575a51e1e39..4978af983ca48edbdcec6ff5f0a15a96e51acc2c 100644
|
| --- a/mojo/public/cpp/bindings/tests/formatting_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/formatting_unittest.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include <sstream>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/cpp/bindings/array.h"
|
| #include "mojo/public/cpp/bindings/formatting.h"
|
| #include "mojo/public/cpp/bindings/map.h"
|
| #include "mojo/public/interfaces/bindings/tests/test_structs.mojom.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|