| Index: components/view_manager/native_viewport/platform_viewport.h
|
| diff --git a/components/native_viewport/platform_viewport.h b/components/view_manager/native_viewport/platform_viewport.h
|
| similarity index 81%
|
| rename from components/native_viewport/platform_viewport.h
|
| rename to components/view_manager/native_viewport/platform_viewport.h
|
| index 57fbbf2f0af585d6f9fbf4e15501223e0f7e3c38..6bc62ca6728d0f90ecddffa6a5f41b1ac1bdd919 100644
|
| --- a/components/native_viewport/platform_viewport.h
|
| +++ b/components/view_manager/native_viewport/platform_viewport.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_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
| -#define COMPONENTS_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
| +#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
|
| +#include "components/view_manager/public/interfaces/native_viewport.mojom.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/mojo/events/input_events.mojom.h"
|
| @@ -46,4 +46,4 @@ class PlatformViewport {
|
|
|
| } // namespace native_viewport
|
|
|
| -#endif // COMPONENTS_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
|
|
|