| Index: mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| diff --git a/mojo/system/data_pipe_consumer_dispatcher.cc b/mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| similarity index 96%
|
| rename from mojo/system/data_pipe_consumer_dispatcher.cc
|
| rename to mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| index fe083e0f47436dc81a16117d6fb65cfbac4ad3d0..2b3f5141fa6465a66bb0f86986f814b7562dda4c 100644
|
| --- a/mojo/system/data_pipe_consumer_dispatcher.cc
|
| +++ b/mojo/edk/system/data_pipe_consumer_dispatcher.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/system/data_pipe_consumer_dispatcher.h"
|
| +#include "mojo/edk/system/data_pipe_consumer_dispatcher.h"
|
|
|
| #include "base/logging.h"
|
| -#include "mojo/system/data_pipe.h"
|
| -#include "mojo/system/memory.h"
|
| +#include "mojo/edk/system/data_pipe.h"
|
| +#include "mojo/edk/system/memory.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|