Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: mojo/edk/system/message_pipe_perftest.cc

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/message_pipe_endpoint.cc ('k') | mojo/edk/system/message_pipe_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/message_pipe_perftest.cc
diff --git a/mojo/system/message_pipe_perftest.cc b/mojo/edk/system/message_pipe_perftest.cc
similarity index 93%
rename from mojo/system/message_pipe_perftest.cc
rename to mojo/edk/system/message_pipe_perftest.cc
index 7a8584a33097f40214082dedd50d19588dad3bb2..9861e0b68284ce5bb524c278a953c5b37971901b 100644
--- a/mojo/system/message_pipe_perftest.cc
+++ b/mojo/edk/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/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 "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 "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/edk/system/message_pipe_endpoint.cc ('k') | mojo/edk/system/message_pipe_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698