Index: components/mus/vm/view_tree_host_impl.cc |
diff --git a/components/mus/view_tree_host_impl.cc b/components/mus/vm/view_tree_host_impl.cc |
similarity index 96% |
rename from components/mus/view_tree_host_impl.cc |
rename to components/mus/vm/view_tree_host_impl.cc |
index b9291b036b61f3c514cbf0bff499c4124647bd06..6dc9c3e51304915dcc2846b2cbb0bc18fbe7bb02 100644 |
--- a/components/mus/view_tree_host_impl.cc |
+++ b/components/mus/vm/view_tree_host_impl.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/mus/view_tree_host_impl.h" |
+#include "components/mus/vm/view_tree_host_impl.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/mus/connection_manager.h" |
-#include "components/mus/display_manager.h" |
-#include "components/mus/focus_controller.h" |
#include "components/mus/public/cpp/types.h" |
-#include "components/mus/view_tree_host_delegate.h" |
-#include "components/mus/view_tree_impl.h" |
+#include "components/mus/vm/connection_manager.h" |
+#include "components/mus/vm/display_manager.h" |
+#include "components/mus/vm/focus_controller.h" |
+#include "components/mus/vm/view_tree_host_delegate.h" |
+#include "components/mus/vm/view_tree_impl.h" |
#include "mojo/common/common_type_converters.h" |
#include "mojo/converters/geometry/geometry_type_converters.h" |