Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: mojo/embedder/channel_init.cc

Issue 346633002: Move channel_init out of mojo_common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix exports Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/embedder/channel_init.h ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/embedder/channel_init.h ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698