| Index: mojo/public/c/tests/system/message_pipe_perftest.cc
|
| diff --git a/mojo/public/c/tests/system/message_pipe_perftest.cc b/mojo/public/c/tests/system/message_pipe_perftest.cc
|
| index 8701fa868ccac3fa1bab293cd3cd3fe93c7360f1..005b705459b06f7aeb3a264b71572db6edaf66b0 100644
|
| --- a/mojo/public/c/tests/system/message_pipe_perftest.cc
|
| +++ b/mojo/public/c/tests/system/message_pipe_perftest.cc
|
| @@ -17,9 +17,9 @@
|
|
|
| #include <thread>
|
|
|
| +#include "gtest/gtest.h"
|
| #include "mojo/public/c/tests/system/perftest_utils.h"
|
| #include "mojo/public/cpp/test_support/test_support.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
|
|