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

Unified Diff: components/mus/event_dispatcher.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/mus/event_dispatcher.cc b/components/mus/event_dispatcher.cc
index d6ee0ba0ff504d2e26499bf623eb901e10dc86fb..a04e389c099579da3c4d194e169dea6205fd6769 100644
--- a/components/mus/event_dispatcher.cc
+++ b/components/mus/event_dispatcher.cc
@@ -11,7 +11,7 @@
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/point_f.h"
-namespace mus {
+namespace view_manager {
EventDispatcher::EventDispatcher(ViewTreeHostImpl* view_tree_host)
: view_tree_host_(view_tree_host) {}
@@ -92,4 +92,4 @@
return focused_view;
}
-} // namespace mus
+} // namespace view_manager
« 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