diff options
author | ben <ben@chromium.org> | 2016-01-11 18:44:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-12 02:44:59 +0000 |
commit | 273c1e30241a8a5509ad9b307380ed8600ba82d8 (patch) | |
tree | 25da3f1a02f1f9d5f129ba8d794d20b51355a07b /components/mus/ws/window_tree_apptest.cc | |
parent | 9c1122c7163411be938195ba546460ba54d33b00 (diff) | |
download | chromium_src-273c1e30241a8a5509ad9b307380ed8600ba82d8.zip chromium_src-273c1e30241a8a5509ad9b307380ed8600ba82d8.tar.gz chromium_src-273c1e30241a8a5509ad9b307380ed8600ba82d8.tar.bz2 |
Move mojo/application/public -> mojo/shell/public
TBR=sky@chromium.org
http://crbug.com/575308
Review URL: https://codereview.chromium.org/1565343003
Cr-Commit-Position: refs/heads/master@{#368776}
Diffstat (limited to 'components/mus/ws/window_tree_apptest.cc')
-rw-r--r-- | components/mus/ws/window_tree_apptest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/mus/ws/window_tree_apptest.cc b/components/mus/ws/window_tree_apptest.cc index f5ab086..58dc59b 100644 --- a/components/mus/ws/window_tree_apptest.cc +++ b/components/mus/ws/window_tree_apptest.cc @@ -14,10 +14,10 @@ #include "components/mus/public/interfaces/window_tree_host.mojom.h" #include "components/mus/ws/ids.h" #include "components/mus/ws/test_change_tracker.h" -#include "mojo/application/public/cpp/application_delegate.h" -#include "mojo/application/public/cpp/application_impl.h" -#include "mojo/application/public/cpp/application_test_base.h" #include "mojo/converters/geometry/geometry_type_converters.h" +#include "mojo/shell/public/cpp/application_delegate.h" +#include "mojo/shell/public/cpp/application_impl.h" +#include "mojo/shell/public/cpp/application_test_base.h" using mojo::ApplicationConnection; using mojo::ApplicationDelegate; |