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

Unified Diff: components/mus/vm/event_dispatcher.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/event_dispatcher.h ('k') | components/mus/vm/focus_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/event_dispatcher.cc
diff --git a/components/mus/event_dispatcher.cc b/components/mus/vm/event_dispatcher.cc
similarity index 94%
rename from components/mus/event_dispatcher.cc
rename to components/mus/vm/event_dispatcher.cc
index 44917718ac61879393859b74bb12c15c2b93c3ab..2fd0a6b6f8da78830ff7950e64e4a6fc3cb2a944 100644
--- a/components/mus/event_dispatcher.cc
+++ b/components/mus/vm/event_dispatcher.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/event_dispatcher.h"
+#include "components/mus/vm/event_dispatcher.h"
#include "cc/surfaces/surface_id.h"
-#include "components/mus/connection_manager.h"
-#include "components/mus/server_view.h"
-#include "components/mus/server_view_delegate.h"
#include "components/mus/surfaces/surfaces_state.h"
-#include "components/mus/view_coordinate_conversions.h"
-#include "components/mus/view_tree_host_impl.h"
+#include "components/mus/vm/connection_manager.h"
+#include "components/mus/vm/server_view.h"
+#include "components/mus/vm/server_view_delegate.h"
+#include "components/mus/vm/view_coordinate_conversions.h"
+#include "components/mus/vm/view_tree_host_impl.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/point_f.h"
« no previous file with comments | « components/mus/vm/event_dispatcher.h ('k') | components/mus/vm/focus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698