Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1175)

Unified Diff: components/mus/vm/view_tree_apptest.cc

Issue 1377493002: mus: move View Manager to components/mus/vm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/vm/view_manager_client_apptest.cc ('k') | components/mus/vm/view_tree_host_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/view_tree_apptest.cc
diff --git a/components/mus/view_tree_apptest.cc b/components/mus/vm/view_tree_apptest.cc
similarity index 99%
rename from components/mus/view_tree_apptest.cc
rename to components/mus/vm/view_tree_apptest.cc
index dfef44ec5589e3de604abe610619240898aa6d7a..d0ae5b345baa6ec9a99c34355b343e544df2718b 100644
--- a/components/mus/view_tree_apptest.cc
+++ b/components/mus/vm/view_tree_apptest.cc
@@ -6,10 +6,10 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/strings/stringprintf.h"
-#include "components/mus/ids.h"
#include "components/mus/public/interfaces/view_tree.mojom.h"
#include "components/mus/public/interfaces/view_tree_host.mojom.h"
-#include "components/mus/test_change_tracker.h"
+#include "components/mus/vm/ids.h"
+#include "components/mus/vm/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"
« no previous file with comments | « components/mus/vm/view_manager_client_apptest.cc ('k') | components/mus/vm/view_tree_host_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698