summaryrefslogtreecommitdiffstats
path: root/mojo/examples/compositor_app
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/examples/compositor_app')
-rw-r--r--mojo/examples/compositor_app/compositor_host.h2
-rw-r--r--mojo/examples/compositor_app/mojo_context_provider.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/examples/compositor_app/compositor_host.h b/mojo/examples/compositor_app/compositor_host.h
index 97f5b14..5bbe71d 100644
--- a/mojo/examples/compositor_app/compositor_host.h
+++ b/mojo/examples/compositor_app/compositor_host.h
@@ -9,7 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread.h"
#include "cc/trees/layer_tree_host_client.h"
-#include "mojo/public/system/core_cpp.h"
+#include "mojo/public/cpp/system/core.h"
#include "ui/gfx/size.h"
namespace cc {
diff --git a/mojo/examples/compositor_app/mojo_context_provider.h b/mojo/examples/compositor_app/mojo_context_provider.h
index 884470a..4f2cc15 100644
--- a/mojo/examples/compositor_app/mojo_context_provider.h
+++ b/mojo/examples/compositor_app/mojo_context_provider.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "cc/output/context_provider.h"
+#include "mojo/public/cpp/system/core.h"
#include "mojo/public/gles2/gles2.h"
-#include "mojo/public/system/core_cpp.h"
namespace mojo {
namespace examples {