| Index: ui/android/window_android.h
|
| diff --git a/ui/base/android/window_android.h b/ui/android/window_android.h
|
| similarity index 90%
|
| rename from ui/base/android/window_android.h
|
| rename to ui/android/window_android.h
|
| index 245fde2e3b48cc5546219d4d3f242e0b35602dd1..cb201cd9e45b0e48a3de8782b9f7fad930973e4c 100644
|
| --- a/ui/base/android/window_android.h
|
| +++ b/ui/android/window_android.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 UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
| -#define UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
| +#ifndef UI_ANDROID_WINDOW_ANDROID_H_
|
| +#define UI_ANDROID_WINDOW_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include <vector>
|
| @@ -12,7 +12,7 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/observer_list.h"
|
| #include "base/time/time.h"
|
| -#include "ui/base/ui_base_export.h"
|
| +#include "ui/android/ui_android_export.h"
|
| #include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| namespace ui {
|
| @@ -21,7 +21,7 @@ class WindowAndroidCompositor;
|
| class WindowAndroidObserver;
|
|
|
| // Android implementation of the activity window.
|
| -class UI_BASE_EXPORT WindowAndroid {
|
| +class UI_ANDROID_EXPORT WindowAndroid {
|
| public:
|
| WindowAndroid(JNIEnv* env, jobject obj);
|
|
|
| @@ -74,4 +74,4 @@ class UI_BASE_EXPORT WindowAndroid {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
| +#endif // UI_ANDROID_WINDOW_ANDROID_H_
|
|
|