Chromium Code Reviews

Unified Diff: services/window_manager/window_manager_impl.cc

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « services/window_manager/window_manager_impl.h ('k') | services/window_manager/window_manager_root.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/window_manager_impl.cc
diff --git a/services/window_manager/window_manager_impl.cc b/services/window_manager/window_manager_impl.cc
index 428b356eacf6ae505fa6c17e93b2acda194e8ca2..16e71b4e8e3dbeb7cf4e4966936b9db33c066888 100644
--- a/services/window_manager/window_manager_impl.cc
+++ b/services/window_manager/window_manager_impl.cc
@@ -5,7 +5,7 @@
#include "services/window_manager/window_manager_impl.h"
#include "base/bind.h"
-#include "mojo/services/view_manager/public/cpp/view.h"
+#include "mojo/services/view_manager/cpp/view.h"
#include "services/window_manager/capture_controller.h"
#include "services/window_manager/focus_controller.h"
#include "services/window_manager/window_manager_root.h"
« no previous file with comments | « services/window_manager/window_manager_impl.h ('k') | services/window_manager/window_manager_root.h » ('j') | no next file with comments »

Powered by Google App Engine