Index: mojo/system/message_pipe_dispatcher.cc |
diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/system/message_pipe_dispatcher.cc |
similarity index 95% |
rename from mojo/edk/system/message_pipe_dispatcher.cc |
rename to mojo/system/message_pipe_dispatcher.cc |
index 5da6f7ffe1d41665663df284cc38613b9edca868..abe0ecb98f99ed87482313719e1df39b67586c7e 100644 |
--- a/mojo/edk/system/message_pipe_dispatcher.cc |
+++ b/mojo/system/message_pipe_dispatcher.cc |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/system/message_pipe_dispatcher.h" |
+#include "mojo/system/message_pipe_dispatcher.h" |
#include "base/logging.h" |
-#include "mojo/edk/system/channel.h" |
-#include "mojo/edk/system/channel_endpoint.h" |
-#include "mojo/edk/system/constants.h" |
-#include "mojo/edk/system/local_message_pipe_endpoint.h" |
-#include "mojo/edk/system/memory.h" |
-#include "mojo/edk/system/message_in_transit.h" |
-#include "mojo/edk/system/message_pipe.h" |
-#include "mojo/edk/system/options_validation.h" |
-#include "mojo/edk/system/proxy_message_pipe_endpoint.h" |
+#include "mojo/system/channel.h" |
+#include "mojo/system/channel_endpoint.h" |
+#include "mojo/system/constants.h" |
+#include "mojo/system/local_message_pipe_endpoint.h" |
+#include "mojo/system/memory.h" |
+#include "mojo/system/message_in_transit.h" |
+#include "mojo/system/message_pipe.h" |
+#include "mojo/system/options_validation.h" |
+#include "mojo/system/proxy_message_pipe_endpoint.h" |
namespace mojo { |
namespace system { |