| Index: mojo/public/cpp/system/tests/message_pipe_unittest.cc
|
| diff --git a/mojo/public/cpp/system/tests/message_pipe_unittest.cc b/mojo/public/cpp/system/tests/message_pipe_unittest.cc
|
| index 90c0d33158ab1e23205add15577af552dfc1e0a1..8c153c2e5fbbead59f6c5a7b0855852e84289d2f 100644
|
| --- a/mojo/public/cpp/system/tests/message_pipe_unittest.cc
|
| +++ b/mojo/public/cpp/system/tests/message_pipe_unittest.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include <vector>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/cpp/system/handle.h"
|
| #include "mojo/public/cpp/system/wait.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| namespace {
|
|
|