summaryrefslogtreecommitdiffstats
path: root/mojo/environment
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 04:55:47 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 04:55:47 +0000
commit7a6b0c18903ac44371d18f9c88c29536f8c9945f (patch)
tree81c1323a579df6e4a150426f269307cfe7aa7263 /mojo/environment
parente0220ad65cd1ba1160ed7e7be7851055cd2c3929 (diff)
downloadchromium_src-7a6b0c18903ac44371d18f9c88c29536f8c9945f.zip
chromium_src-7a6b0c18903ac44371d18f9c88c29536f8c9945f.tar.gz
chromium_src-7a6b0c18903ac44371d18f9c88c29536f8c9945f.tar.bz2
Mojo: Update/add README.md files.
Also move async_waiter.h from c/system to c/environment. (It's not a part of the system API per se; instead, it defines stuff that the app must provide to, e.g., the gles2 subsystem. This move makes the organization of the C subdirectory more closely parallel the C++ subdirectory.) R=darin@chromium.org Review URL: https://codereview.chromium.org/244883005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/environment')
-rw-r--r--mojo/environment/default_async_waiter_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/environment/default_async_waiter_impl.h b/mojo/environment/default_async_waiter_impl.h
index 266a70f6..8e697cb 100644
--- a/mojo/environment/default_async_waiter_impl.h
+++ b/mojo/environment/default_async_waiter_impl.h
@@ -6,7 +6,7 @@
#define MOJO_ENVIRONMENT_DEFAULT_ASYNC_WAITER_IMPL_H_
#include "mojo/environment/mojo_environment_impl_export.h"
-#include "mojo/public/c/system/async_waiter.h"
+#include "mojo/public/c/environment/async_waiter.h"
namespace mojo {
namespace internal {