| Index: examples/window_manager/window_manager.cc
|
| diff --git a/examples/window_manager/window_manager.cc b/examples/window_manager/window_manager.cc
|
| index 934688ee0dbd41990ec277df7d6bf775344233b0..50f5f2755abcec1c5eac069549d06930b6a0de13 100644
|
| --- a/examples/window_manager/window_manager.cc
|
| +++ b/examples/window_manager/window_manager.cc
|
| @@ -22,11 +22,11 @@
|
| #include "mojo/services/public/cpp/view_manager/view_observer.h"
|
| #include "mojo/services/public/interfaces/input_events/input_events.mojom.h"
|
| #include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
|
| -#include "mojo/services/window_manager/basic_focus_rules.h"
|
| -#include "mojo/services/window_manager/view_target.h"
|
| -#include "mojo/services/window_manager/window_manager_app.h"
|
| -#include "mojo/services/window_manager/window_manager_delegate.h"
|
| #include "mojo/views/views_init.h"
|
| +#include "services/window_manager/basic_focus_rules.h"
|
| +#include "services/window_manager/view_target.h"
|
| +#include "services/window_manager/window_manager_app.h"
|
| +#include "services/window_manager/window_manager_delegate.h"
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_constants.h"
|
| #include "ui/gfx/geometry/size_conversions.h"
|
|
|