summaryrefslogtreecommitdiffstats
path: root/mojo/examples/aura_demo/aura_demo.cc
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-09-12 19:02:48 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-13 02:05:12 +0000
commitfec4238c35b444b48f863826cb0b8e7df3d501c2 (patch)
tree661727736d3bb75e5c9ef238c86f3507e768fa32 /mojo/examples/aura_demo/aura_demo.cc
parent99dcd8fc555fb6bcbf35c16046cf3d319d8bcb49 (diff)
downloadchromium_src-fec4238c35b444b48f863826cb0b8e7df3d501c2.zip
chromium_src-fec4238c35b444b48f863826cb0b8e7df3d501c2.tar.gz
chromium_src-fec4238c35b444b48f863826cb0b8e7df3d501c2.tar.bz2
Move application:chromium bindings to mojo/application/
We shouldn't have dependencies on chromium types and whatnot in mojo/public/ Review URL: https://codereview.chromium.org/565323002 Cr-Commit-Position: refs/heads/master@{#294725}
Diffstat (limited to 'mojo/examples/aura_demo/aura_demo.cc')
-rw-r--r--mojo/examples/aura_demo/aura_demo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
index e49d1f5..30cf4b0 100644
--- a/mojo/examples/aura_demo/aura_demo.cc
+++ b/mojo/examples/aura_demo/aura_demo.cc
@@ -6,6 +6,7 @@
#include <string>
#include "base/bind.h"
+#include "mojo/application/application_runner_chromium.h"
#include "mojo/aura/context_factory_mojo.h"
#include "mojo/aura/screen_mojo.h"
#include "mojo/aura/window_tree_host_mojo.h"
@@ -14,7 +15,6 @@
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/application_impl.h"
-#include "mojo/public/cpp/application/application_runner_chromium.h"
#include "mojo/public/cpp/system/core.h"
#include "mojo/services/public/cpp/view_manager/view.h"
#include "mojo/services/public/cpp/view_manager/view_manager.h"