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

Unified Diff: components/mus/vm/view_tree_host_impl.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_tree_host_impl.h ('k') | components/mus/vm/view_tree_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/mus/vm/view_tree_host_impl.h ('k') | components/mus/vm/view_tree_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698