| Index: components/mus/server_view_observer.h
|
| diff --git a/components/view_manager/server_view_observer.h b/components/mus/server_view_observer.h
|
| similarity index 88%
|
| rename from components/view_manager/server_view_observer.h
|
| rename to components/mus/server_view_observer.h
|
| index 4751dc5df6ea200163fbb204c047273813d3bac1..51c14fa8560be656d38c12cde61f28267658a730 100644
|
| --- a/components/view_manager/server_view_observer.h
|
| +++ b/components/mus/server_view_observer.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_VIEW_MANAGER_SERVER_VIEW_OBSERVER_H_
|
| -#define COMPONENTS_VIEW_MANAGER_SERVER_VIEW_OBSERVER_H_
|
| +#ifndef COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
|
| +#define COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
|
|
|
| -#include "components/view_manager/public/interfaces/view_manager_constants.mojom.h"
|
| +#include "components/mus/public/interfaces/view_manager_constants.mojom.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -67,4 +67,4 @@ class ServerViewObserver {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_SERVER_VIEW_OBSERVER_H_
|
| +#endif // COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
|
|
|