| Index: mojo/public/cpp/bindings/tests/validation_util.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/validation_util.cc b/mojo/public/cpp/bindings/tests/validation_util.cc
|
| index 6b013564318be151288e0c79073b2e85a5d4afc6..a7dd1ebc9200f0d2014d7fcb95dd5de6bbc472fd 100644
|
| --- a/mojo/public/cpp/bindings/tests/validation_util.cc
|
| +++ b/mojo/public/cpp/bindings/tests/validation_util.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include <stdio.h>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/cpp/bindings/tests/validation_test_input_parser.h"
|
| #include "mojo/public/cpp/test_support/test_support.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|