Index: mojo/system/message_pipe_perftest.cc |
diff --git a/mojo/edk/system/message_pipe_perftest.cc b/mojo/system/message_pipe_perftest.cc |
similarity index 93% |
rename from mojo/edk/system/message_pipe_perftest.cc |
rename to mojo/system/message_pipe_perftest.cc |
index 9861e0b68284ce5bb524c278a953c5b37971901b..7a8584a33097f40214082dedd50d19588dad3bb2 100644 |
--- a/mojo/edk/system/message_pipe_perftest.cc |
+++ b/mojo/system/message_pipe_perftest.cc |
@@ -17,15 +17,15 @@ |
#include "base/strings/stringprintf.h" |
#include "base/test/perf_time_logger.h" |
#include "base/time/time.h" |
-#include "mojo/edk/embedder/scoped_platform_handle.h" |
-#include "mojo/edk/system/channel.h" |
-#include "mojo/edk/system/local_message_pipe_endpoint.h" |
-#include "mojo/edk/system/message_pipe.h" |
-#include "mojo/edk/system/message_pipe_test_utils.h" |
-#include "mojo/edk/system/proxy_message_pipe_endpoint.h" |
-#include "mojo/edk/system/raw_channel.h" |
-#include "mojo/edk/system/test_utils.h" |
-#include "mojo/edk/test/test_utils.h" |
+#include "mojo/common/test/test_utils.h" |
+#include "mojo/embedder/scoped_platform_handle.h" |
+#include "mojo/system/channel.h" |
+#include "mojo/system/local_message_pipe_endpoint.h" |
+#include "mojo/system/message_pipe.h" |
+#include "mojo/system/message_pipe_test_utils.h" |
+#include "mojo/system/proxy_message_pipe_endpoint.h" |
+#include "mojo/system/raw_channel.h" |
+#include "mojo/system/test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |