| Index: services/window_manager/main.cc
|
| diff --git a/mojo/services/window_manager/main.cc b/services/window_manager/main.cc
|
| similarity index 95%
|
| rename from mojo/services/window_manager/main.cc
|
| rename to services/window_manager/main.cc
|
| index 419750be5ec8f3fa9d8dc2d2ef87a5e4a42b0286..be31d35db8ae208a3501128962499a72a6f72a71 100644
|
| --- a/mojo/services/window_manager/main.cc
|
| +++ b/services/window_manager/main.cc
|
| @@ -10,8 +10,8 @@
|
| #include "mojo/public/cpp/application/service_provider_impl.h"
|
| #include "mojo/services/public/cpp/view_manager/view_manager.h"
|
| #include "mojo/services/public/cpp/view_manager/view_manager_delegate.h"
|
| -#include "mojo/services/window_manager/window_manager_app.h"
|
| -#include "mojo/services/window_manager/window_manager_delegate.h"
|
| +#include "services/window_manager/window_manager_app.h"
|
| +#include "services/window_manager/window_manager_delegate.h"
|
|
|
| // ApplicationDelegate implementation file for WindowManager users (e.g.
|
| // core window manager tests) that do not want to provide their own
|
|
|