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

Unified Diff: services/window_manager/native_viewport_event_dispatcher_impl.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
« no previous file with comments | « services/window_manager/main.cc ('k') | services/window_manager/native_viewport_event_dispatcher_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/native_viewport_event_dispatcher_impl.h
diff --git a/services/window_manager/native_viewport_event_dispatcher_impl.h b/services/window_manager/native_viewport_event_dispatcher_impl.h
index 14ff44df207b619c119323858bfbcf80ed1e5cd7..e47022f08d3a1aff4499fea2b7fbaeff4c6d179f 100644
--- a/services/window_manager/native_viewport_event_dispatcher_impl.h
+++ b/services/window_manager/native_viewport_event_dispatcher_impl.h
@@ -9,13 +9,13 @@
#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h"
#include "ui/events/event_source.h"
-namespace mojo {
+namespace window_manager {
class WindowManagerApp;
class NativeViewportEventDispatcherImpl
: public ui::EventSource,
- public InterfaceImpl<NativeViewportEventDispatcher> {
+ public mojo::InterfaceImpl<mojo::NativeViewportEventDispatcher> {
public:
explicit NativeViewportEventDispatcherImpl(WindowManagerApp* app);
~NativeViewportEventDispatcherImpl() override;
@@ -33,6 +33,6 @@ class NativeViewportEventDispatcherImpl
DISALLOW_COPY_AND_ASSIGN(NativeViewportEventDispatcherImpl);
};
-} // namespace mojo
+} // namespace window_manager
#endif // SERVICES_WINDOW_MANAGER_NATIVE_VIEWPORT_EVENT_DISPATCHER_IMPL_H_
« no previous file with comments | « services/window_manager/main.cc ('k') | services/window_manager/native_viewport_event_dispatcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698