| Index: mojo/public/c/tests/bindings/testing_util.h
|
| diff --git a/mojo/public/c/tests/bindings/testing_util.h b/mojo/public/c/tests/bindings/testing_util.h
|
| index 6d276c1842d79a096af4c39b30f34a5665589fed..ca08ebbf75e710161229befc1206e69dbb2e852b 100644
|
| --- a/mojo/public/c/tests/bindings/testing_util.h
|
| +++ b/mojo/public/c/tests/bindings/testing_util.h
|
| @@ -11,7 +11,7 @@
|
| #include <stdint.h>
|
| #include <string.h>
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "gtest/gtest.h"
|
|
|
| // This will copy the supplied |in_struct| and compare it against the new
|
| // copy, expecting them to be the same. It compares the encoded version to be
|
|
|