| Index: components/mus/vm/view_tree_host_impl.h
|
| diff --git a/components/mus/view_tree_host_impl.h b/components/mus/vm/view_tree_host_impl.h
|
| similarity index 92%
|
| rename from components/mus/view_tree_host_impl.h
|
| rename to components/mus/vm/view_tree_host_impl.h
|
| index 803e97df14b50974bf893a974aa95888ef332f92..2bda609b98db5c64c9bee6623776fdb53306acee 100644
|
| --- a/components/mus/view_tree_host_impl.h
|
| +++ b/components/mus/vm/view_tree_host_impl.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_VIEW_TREE_HOST_IMPL_H_
|
| -#define COMPONENTS_MUS_VIEW_TREE_HOST_IMPL_H_
|
| +#ifndef COMPONENTS_MUS_VM_VIEW_TREE_HOST_IMPL_H_
|
| +#define COMPONENTS_MUS_VM_VIEW_TREE_HOST_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "components/mus/display_manager.h"
|
| -#include "components/mus/event_dispatcher.h"
|
| -#include "components/mus/focus_controller_delegate.h"
|
| #include "components/mus/public/cpp/types.h"
|
| #include "components/mus/public/interfaces/view_tree_host.mojom.h"
|
| -#include "components/mus/server_view.h"
|
| +#include "components/mus/vm/display_manager.h"
|
| +#include "components/mus/vm/event_dispatcher.h"
|
| +#include "components/mus/vm/focus_controller_delegate.h"
|
| +#include "components/mus/vm/server_view.h"
|
|
|
| namespace cc {
|
| class SurfaceManager;
|
| @@ -122,4 +122,4 @@ class ViewTreeHostImpl : public DisplayManagerDelegate,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_VIEW_TREE_HOST_IMPL_H_
|
| +#endif // COMPONENTS_MUS_VM_VIEW_TREE_HOST_IMPL_H_
|
|
|