| Index: components/view_manager/native_viewport/onscreen_context_provider.h
|
| diff --git a/components/native_viewport/onscreen_context_provider.h b/components/view_manager/native_viewport/onscreen_context_provider.h
|
| similarity index 86%
|
| rename from components/native_viewport/onscreen_context_provider.h
|
| rename to components/view_manager/native_viewport/onscreen_context_provider.h
|
| index ec27109a4f98475948e990dd08049acf885c498a..246e6a415e3c2d5a1e07b4f8f7ea2c616df79dad 100644
|
| --- a/components/native_viewport/onscreen_context_provider.h
|
| +++ b/components/view_manager/native_viewport/onscreen_context_provider.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_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
| -#define COMPONENTS_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
| +#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
|
|
| #include <set>
|
|
|
| @@ -48,4 +48,4 @@ class OnscreenContextProvider : public mojo::ContextProvider {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
|
|
|