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

Unified Diff: components/mus/event_dispatcher.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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/event_dispatcher.h ('k') | components/mus/focus_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/event_dispatcher.cc
diff --git a/components/view_manager/event_dispatcher.cc b/components/mus/event_dispatcher.cc
similarity index 88%
rename from components/view_manager/event_dispatcher.cc
rename to components/mus/event_dispatcher.cc
index 18bac6329b20b1f4296d5a8315105f2048c6f9e7..a04e389c099579da3c4d194e169dea6205fd6769 100644
--- a/components/view_manager/event_dispatcher.cc
+++ b/components/mus/event_dispatcher.cc
@@ -2,23 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/event_dispatcher.h"
+#include "components/mus/event_dispatcher.h"
-#include "components/view_manager/server_view.h"
-#include "components/view_manager/view_coordinate_conversions.h"
-#include "components/view_manager/view_locator.h"
-#include "components/view_manager/view_tree_host_impl.h"
+#include "components/mus/server_view.h"
+#include "components/mus/view_coordinate_conversions.h"
+#include "components/mus/view_locator.h"
+#include "components/mus/view_tree_host_impl.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/point_f.h"
namespace view_manager {
EventDispatcher::EventDispatcher(ViewTreeHostImpl* view_tree_host)
- : view_tree_host_(view_tree_host) {
-}
+ : view_tree_host_(view_tree_host) {}
-EventDispatcher::~EventDispatcher() {
-}
+EventDispatcher::~EventDispatcher() {}
void EventDispatcher::AddAccelerator(uint32_t id,
mojo::KeyboardCode keyboard_code,
« no previous file with comments | « components/mus/event_dispatcher.h ('k') | components/mus/focus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698