| Index: components/mus/display_manager_factory.h
|
| diff --git a/components/view_manager/display_manager_factory.h b/components/mus/display_manager_factory.h
|
| similarity index 76%
|
| rename from components/view_manager/display_manager_factory.h
|
| rename to components/mus/display_manager_factory.h
|
| index e6fbae8509110e0912f8b5d1c11872b8975adee0..58b0ee084ece9cb24cc0b873a361e536b7c0296d 100644
|
| --- a/components/view_manager/display_manager_factory.h
|
| +++ b/components/mus/display_manager_factory.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_DISPLAY_MANAGER_FACTORY_H_
|
| -#define COMPONENTS_VIEW_MANAGER_DISPLAY_MANAGER_FACTORY_H_
|
| +#ifndef COMPONENTS_MUS_DISPLAY_MANAGER_FACTORY_H_
|
| +#define COMPONENTS_MUS_DISPLAY_MANAGER_FACTORY_H_
|
|
|
| -#include "components/view_manager/gles2/gpu_state.h"
|
| +#include "components/mus/gles2/gpu_state.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h"
|
|
|
| namespace mojo {
|
| @@ -29,4 +29,4 @@ class DisplayManagerFactory {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_DISPLAY_MANAGER_FACTORY_H_
|
| +#endif // COMPONENTS_MUS_DISPLAY_MANAGER_FACTORY_H_
|
|
|