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

Unified Diff: services/window_manager/view_event_dispatcher.h

Issue 788453002: Put code in //services/window_manager in namespace window_manager (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: services/window_manager/view_event_dispatcher.h
diff --git a/services/window_manager/view_event_dispatcher.h b/services/window_manager/view_event_dispatcher.h
index 93bbee04f27549c32a055f88047000064f98ac02..399939e7be373035f198b93e47f5dd4705b80fc4 100644
--- a/services/window_manager/view_event_dispatcher.h
+++ b/services/window_manager/view_event_dispatcher.h
@@ -9,7 +9,7 @@
#include "ui/events/event_processor.h"
#include "ui/events/event_target.h"
-namespace mojo {
+namespace window_manager {
class ViewTarget;
@@ -42,6 +42,6 @@ class ViewEventDispatcher : public ui::EventProcessor {
DISALLOW_COPY_AND_ASSIGN(ViewEventDispatcher);
};
-} // namespace mojo
+} // namespace window_manager
#endif // SERVICES_WINDOW_MANAGER_VIEW_EVENT_DISPATCHER_H_
« no previous file with comments | « services/window_manager/native_viewport_event_dispatcher_impl.cc ('k') | services/window_manager/view_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698