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

Unified Diff: content/child/mojo/mojo_application.h

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 | « content/browser/mojo/mojo_application_host.h ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/mojo/mojo_application.h
diff --git a/content/child/mojo/mojo_application.h b/content/child/mojo/mojo_application.h
index ef05f75fb768e66bc58138570e8506ed8a83c925..53fd54171e22286f39cb0ce0462c29d975bbeaab 100644
--- a/content/child/mojo/mojo_application.h
+++ b/content/child/mojo/mojo_application.h
@@ -6,7 +6,7 @@
#define CONTENT_CHILD_MOJO_MOJO_APPLICATION_H_
#include "ipc/ipc_platform_file.h"
-#include "mojo/common/channel_init.h"
+#include "mojo/embedder/channel_init.h"
#include "mojo/public/interfaces/service_provider/service_provider.mojom.h"
namespace IPC {
@@ -36,7 +36,7 @@ class MojoApplication {
private:
void OnActivate(const IPC::PlatformFileForTransit& file);
- mojo::common::ChannelInit channel_init_;
+ mojo::embedder::ChannelInit channel_init_;
mojo::ServiceProviderPtr host_service_provider_;
mojo::ServiceProvider* service_provider_;
« no previous file with comments | « content/browser/mojo/mojo_application_host.h ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698