| Index: mojo/edk/system/message_pipe_perftest.cc
|
| diff --git a/mojo/edk/system/message_pipe_perftest.cc b/mojo/edk/system/message_pipe_perftest.cc
|
| index 5d59e6566083d9a0e2b358b5f03c6f3f43b45f15..053b0009e332a3fa8e0137da144e09f27d4d29ea 100644
|
| --- a/mojo/edk/system/message_pipe_perftest.cc
|
| +++ b/mojo/edk/system/message_pipe_perftest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "mojo/edk/system/message_pipe_test_utils.h"
|
| #include "mojo/edk/system/test_utils.h"
|
| #include "mojo/edk/test/test_utils.h"
|
| -#include "mojo/public/c/system/functions.h"
|
| -#include "mojo/public/cpp/system/message_pipe.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/c/system/functions.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/message_pipe.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
|
|