| Index: services/ui/ws/modal_window_controller.h
|
| diff --git a/components/mus/ws/modal_window_controller.h b/services/ui/ws/modal_window_controller.h
|
| similarity index 90%
|
| rename from components/mus/ws/modal_window_controller.h
|
| rename to services/ui/ws/modal_window_controller.h
|
| index 112fce771e64c5d364add2d134e62140a4d9c702..1dc05f41c83cd42208b1d99c639f875e002a24ad 100644
|
| --- a/components/mus/ws/modal_window_controller.h
|
| +++ b/services/ui/ws/modal_window_controller.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_
|
| -#define COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_
|
| +#ifndef SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
|
| +#define SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
|
|
|
| #include <list>
|
| #include <map>
|
|
|
| -#include "components/mus/ws/server_window_drawn_tracker_observer.h"
|
| -#include "components/mus/ws/server_window_observer.h"
|
| +#include "services/ui/ws/server_window_drawn_tracker_observer.h"
|
| +#include "services/ui/ws/server_window_observer.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -84,4 +84,4 @@ class ModalWindowController : public ServerWindowObserver,
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_
|
| +#endif // SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
|
|
|