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

Unified Diff: services/window_manager/view_targeter.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/view_target_unittest.cc ('k') | services/window_manager/view_targeter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/view_targeter.h
diff --git a/services/window_manager/view_targeter.h b/services/window_manager/view_targeter.h
index 2ccf3e281851bbc913de42528fa56c091ae3f684..3a01e5701a7cdb002e52668fc05a03140fe63ce6 100644
--- a/services/window_manager/view_targeter.h
+++ b/services/window_manager/view_targeter.h
@@ -7,7 +7,7 @@
#include "ui/events/event_targeter.h"
-namespace mojo {
+namespace window_manager {
class ViewTarget;
@@ -39,6 +39,6 @@ class ViewTargeter : public ui::EventTargeter {
DISALLOW_COPY_AND_ASSIGN(ViewTargeter);
};
-} // namespace mojo
+} // namespace window_manager
#endif // SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
« no previous file with comments | « services/window_manager/view_target_unittest.cc ('k') | services/window_manager/view_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698