| Index: mojo/edk/system/message_pipe_dispatcher.cc
|
| diff --git a/mojo/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc
|
| similarity index 95%
|
| rename from mojo/system/message_pipe_dispatcher.cc
|
| rename to mojo/edk/system/message_pipe_dispatcher.cc
|
| index abe0ecb98f99ed87482313719e1df39b67586c7e..5da6f7ffe1d41665663df284cc38613b9edca868 100644
|
| --- a/mojo/system/message_pipe_dispatcher.cc
|
| +++ b/mojo/edk/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/system/message_pipe_dispatcher.h"
|
| +#include "mojo/edk/system/message_pipe_dispatcher.h"
|
|
|
| #include "base/logging.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"
|
| +#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"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|