| Index: components/view_manager/native_viewport/native_viewport_impl.h
|
| diff --git a/components/native_viewport/native_viewport_impl.h b/components/view_manager/native_viewport/native_viewport_impl.h
|
| similarity index 87%
|
| rename from components/native_viewport/native_viewport_impl.h
|
| rename to components/view_manager/native_viewport/native_viewport_impl.h
|
| index 3e72185ee9a799d749e001c37f32bc902f3a3a6c..c89f9e5e12a82115b639b53fd4ea08061b1d3500 100644
|
| --- a/components/native_viewport/native_viewport_impl.h
|
| +++ b/components/view_manager/native_viewport/native_viewport_impl.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
| -#define COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
| +#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
|
|
| #include <set>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/gpu/public/interfaces/gpu.mojom.h"
|
| -#include "components/native_viewport/onscreen_context_provider.h"
|
| -#include "components/native_viewport/platform_viewport.h"
|
| -#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
|
| +#include "components/view_manager/native_viewport/onscreen_context_provider.h"
|
| +#include "components/view_manager/native_viewport/platform_viewport.h"
|
| +#include "components/view_manager/public/interfaces/native_viewport.mojom.h"
|
| #include "mojo/application/app_lifetime_helper.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -91,4 +91,4 @@ class NativeViewportImpl : public mojo::NativeViewport,
|
|
|
| } // namespace native_viewport
|
|
|
| -#endif // COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
|
|
|