| Index: services/native_viewport/platform_viewport_android.h
|
| diff --git a/mojo/services/native_viewport/platform_viewport_android.h b/services/native_viewport/platform_viewport_android.h
|
| similarity index 86%
|
| rename from mojo/services/native_viewport/platform_viewport_android.h
|
| rename to services/native_viewport/platform_viewport_android.h
|
| index 31b03121ee86e3d039bcea9bde13dd42e8a42c69..443ac67ab8ac0ff64a913df263d59d5e366ccacd 100644
|
| --- a/mojo/services/native_viewport/platform_viewport_android.h
|
| +++ b/services/native_viewport/platform_viewport_android.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
| -#define MOJO_SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
| +#ifndef SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
| +#define SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
|
|
| #include "base/android/jni_weak_ref.h"
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "mojo/services/native_viewport/platform_viewport.h"
|
| +#include "services/native_viewport/platform_viewport.h"
|
| #include "ui/events/event_constants.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/sequential_id_generator.h"
|
| @@ -63,4 +63,4 @@ class PlatformViewportAndroid : public PlatformViewport {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
| +#endif // SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_ANDROID_H_
|
|
|