| Index: components/view_manager/native_viewport/native_viewport_application_delegate.h
|
| diff --git a/components/native_viewport/native_viewport_application_delegate.h b/components/view_manager/native_viewport/native_viewport_application_delegate.h
|
| similarity index 83%
|
| rename from components/native_viewport/native_viewport_application_delegate.h
|
| rename to components/view_manager/native_viewport/native_viewport_application_delegate.h
|
| index dc65adf40f8f8f94889f048ff4700664c7c3b6be..79e3a676d1f3a9eb424e89fc549ff242cae80a68 100644
|
| --- a/components/native_viewport/native_viewport_application_delegate.h
|
| +++ b/components/view_manager/native_viewport/native_viewport_application_delegate.h
|
| @@ -2,12 +2,12 @@
|
| // 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_APPLICATION_DELEGATE_H_
|
| -#define COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELEGATE_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELEGATE_H_
|
| +#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| #include "components/gles2/gpu_impl.h"
|
| -#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
|
| +#include "components/view_manager/public/interfaces/native_viewport.mojom.h"
|
| #include "mojo/application/app_lifetime_helper.h"
|
| #include "mojo/application/public/cpp/application_delegate.h"
|
| #include "mojo/application/public/cpp/interface_factory_impl.h"
|
| @@ -57,4 +57,4 @@ class NativeViewportApplicationDelegate
|
|
|
| } // namespace native_viewport
|
|
|
| -#endif // COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELEGATE_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELEGATE_H_
|
|
|