| Index: components/mus/vm/display_manager_delegate.h
|
| diff --git a/components/mus/display_manager_delegate.h b/components/mus/vm/display_manager_delegate.h
|
| similarity index 85%
|
| rename from components/mus/display_manager_delegate.h
|
| rename to components/mus/vm/display_manager_delegate.h
|
| index 668db2c89d5f8cad08fe12455bbefca6ae5c4693..e37d3a8c02f4a7ae425a7584470d9aaa3fe6d10f 100644
|
| --- a/components/mus/display_manager_delegate.h
|
| +++ b/components/mus/vm/display_manager_delegate.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
|
| -#define COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
|
| +#ifndef COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
|
| +#define COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
|
|
|
| -#include "components/mus/ids.h"
|
| #include "components/mus/public/interfaces/view_tree.mojom.h"
|
| +#include "components/mus/vm/ids.h"
|
|
|
| namespace cc {
|
| struct SurfaceId;
|
| @@ -43,4 +43,4 @@ class DisplayManagerDelegate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
|
| +#endif // COMPONENTS_MUS_VM_DISPLAY_MANAGER_DELEGATE_H_
|
|
|