diff options
author | James Robinson <jamesr@chromium.org> | 2014-10-02 17:19:39 -0700 |
---|---|---|
committer | James Robinson <jamesr@chromium.org> | 2014-10-03 00:20:26 +0000 |
commit | ee7ff197a98da4636f33bd713de784948b487bd4 (patch) | |
tree | bde85518c9be483f1e0a32c98a6dbb5e9b93e62e /content/child/mojo/mojo_application.h | |
parent | 20894f54fc1460d9f13210b427a077267ebe86ee (diff) | |
download | chromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.zip chromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.tar.gz chromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.tar.bz2 |
Move mojo edk into mojo/edk
This creates a mojo/edk directory which contains the "embedder developer
kit" aka the set of code needed to embed mojo code.
mojo/edk/embedder = code from mojo/embedder
mojo/edk/system = code from mojo/system
mojo/edk/test = code used to test the previous two, from mojo/common/test
mojo/edk/ can only depend on mojo/public/, base/ and itself.
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/621153003
Cr-Commit-Position: refs/heads/master@{#297958}
Diffstat (limited to 'content/child/mojo/mojo_application.h')
-rw-r--r-- | content/child/mojo/mojo_application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/mojo/mojo_application.h b/content/child/mojo/mojo_application.h index d745402..8aee2e8 100644 --- a/content/child/mojo/mojo_application.h +++ b/content/child/mojo/mojo_application.h @@ -7,7 +7,7 @@ #include "content/common/mojo/service_registry_impl.h" #include "ipc/ipc_platform_file.h" -#include "mojo/embedder/channel_init.h" +#include "mojo/edk/embedder/channel_init.h" namespace IPC { class Message; |