| Index: mojo/system/raw_channel_win.cc
|
| diff --git a/mojo/edk/system/raw_channel_win.cc b/mojo/system/raw_channel_win.cc
|
| similarity index 99%
|
| rename from mojo/edk/system/raw_channel_win.cc
|
| rename to mojo/system/raw_channel_win.cc
|
| index 208d59583c7fb564c60604eba22f83e43183024c..72cec161d955c2d35558788ea80266a0ffccc97c 100644
|
| --- a/mojo/edk/system/raw_channel_win.cc
|
| +++ b/mojo/system/raw_channel_win.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/raw_channel.h"
|
| +#include "mojo/system/raw_channel.h"
|
|
|
| #include <windows.h>
|
|
|
| @@ -17,7 +17,7 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/win/windows_version.h"
|
| -#include "mojo/edk/embedder/platform_handle.h"
|
| +#include "mojo/embedder/platform_handle.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|