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

Unified Diff: components/mus/vm/view_tree_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_impl.h ('k') | components/mus/vm/view_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/view_tree_impl.cc
diff --git a/components/mus/view_tree_impl.cc b/components/mus/vm/view_tree_impl.cc
similarity index 98%
rename from components/mus/view_tree_impl.cc
rename to components/mus/vm/view_tree_impl.cc
index b97583e1fbf1b804651bc5491cd63a145e011539..794f56b92bf5d7c7457e174149f06f76dc10c792 100644
--- a/components/mus/view_tree_impl.cc
+++ b/components/mus/vm/view_tree_impl.cc
@@ -2,16 +2,16 @@
// 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_impl.h"
+#include "components/mus/vm/view_tree_impl.h"
#include "base/bind.h"
#include "base/stl_util.h"
-#include "components/mus/connection_manager.h"
-#include "components/mus/default_access_policy.h"
-#include "components/mus/display_manager.h"
-#include "components/mus/server_view.h"
-#include "components/mus/view_tree_host_impl.h"
-#include "components/mus/window_manager_access_policy.h"
+#include "components/mus/vm/connection_manager.h"
+#include "components/mus/vm/default_access_policy.h"
+#include "components/mus/vm/display_manager.h"
+#include "components/mus/vm/server_view.h"
+#include "components/mus/vm/view_tree_host_impl.h"
+#include "components/mus/vm/window_manager_access_policy.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/ime/ime_type_converters.h"
#include "mojo/converters/input_events/input_events_type_converters.h"
« no previous file with comments | « components/mus/vm/view_tree_impl.h ('k') | components/mus/vm/view_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698