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

Unified Diff: mojo/dbus/dbus_external_service.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/dbus/dbus_external_service.h ('k') | mojo/embedder/channel_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dbus/dbus_external_service.cc
diff --git a/mojo/dbus/dbus_external_service.cc b/mojo/dbus/dbus_external_service.cc
index 3b1fddfa633a1fe5dafe9328c6f91211c1b409c6..a0b8981f3f419aa786e7b049782f6e40c33acc9f 100644
--- a/mojo/dbus/dbus_external_service.cc
+++ b/mojo/dbus/dbus_external_service.cc
@@ -14,7 +14,7 @@
#include "dbus/file_descriptor.h"
#include "dbus/message.h"
#include "dbus/object_path.h"
-#include "mojo/common/channel_init.h"
+#include "mojo/embedder/channel_init.h"
#include "mojo/public/cpp/application/application.h"
#include "mojo/public/cpp/bindings/error_handler.h"
#include "mojo/public/interfaces/service_provider/service_provider.mojom.h"
@@ -50,7 +50,7 @@ void DBusExternalServiceBase::ConnectChannel(
return;
}
wrapped_fd.CheckValidity();
- channel_init_.reset(new mojo::common::ChannelInit);
+ channel_init_.reset(new mojo::embedder::ChannelInit);
mojo::ScopedMessagePipeHandle message_pipe =
channel_init_->Init(wrapped_fd.TakeValue(),
base::MessageLoopProxy::current());
« no previous file with comments | « mojo/dbus/dbus_external_service.h ('k') | mojo/embedder/channel_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698