| Index: components/mus/vm/display_manager_factory.h
|
| diff --git a/components/mus/display_manager_factory.h b/components/mus/vm/display_manager_factory.h
|
| similarity index 81%
|
| rename from components/mus/display_manager_factory.h
|
| rename to components/mus/vm/display_manager_factory.h
|
| index 92a41b238c2a66da92027b10b4d26407369a9a9e..358b1bc27dbca54ce758f41039d34a1827e65acb 100644
|
| --- a/components/mus/display_manager_factory.h
|
| +++ b/components/mus/vm/display_manager_factory.h
|
| @@ -2,8 +2,8 @@
|
| // 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_FACTORY_H_
|
| -#define COMPONENTS_MUS_DISPLAY_MANAGER_FACTORY_H_
|
| +#ifndef COMPONENTS_MUS_VM_DISPLAY_MANAGER_FACTORY_H_
|
| +#define COMPONENTS_MUS_VM_DISPLAY_MANAGER_FACTORY_H_
|
|
|
| #include "components/mus/gles2/gpu_state.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h"
|
| @@ -28,4 +28,4 @@ class DisplayManagerFactory {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_DISPLAY_MANAGER_FACTORY_H_
|
| +#endif // COMPONENTS_MUS_VM_DISPLAY_MANAGER_FACTORY_H_
|
|
|