Index: mojo/embedder/channel_init.cc |
diff --git a/mojo/common/channel_init.cc b/mojo/embedder/channel_init.cc |
similarity index 95% |
rename from mojo/common/channel_init.cc |
rename to mojo/embedder/channel_init.cc |
index 7eef2aec705d47c8b6f07e79b521fbb43c359b2b..136a53898174b81ccef4ffd1c20415b51c6985a6 100644 |
--- a/mojo/common/channel_init.cc |
+++ b/mojo/embedder/channel_init.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/common/channel_init.h" |
+#include "mojo/embedder/channel_init.h" |
#include "base/bind.h" |
#include "base/message_loop/message_loop.h" |
#include "mojo/embedder/embedder.h" |
namespace mojo { |
-namespace common { |
+namespace embedder { |
ChannelInit::ChannelInit() |
: channel_info_(NULL), |
@@ -55,5 +55,5 @@ void ChannelInit::OnCreatedChannel( |
host->channel_info_ = channel; |
} |
-} // namespace common |
+} // namespace embedder |
} // namespace mojo |