| Index: ui/base/android/window_android.h
|
| diff --git a/ui/android/window_android.h b/ui/base/android/window_android.h
|
| similarity index 90%
|
| rename from ui/android/window_android.h
|
| rename to ui/base/android/window_android.h
|
| index 14b1f09e222cc92692f7bfcb3fd10c553483d800..9aee809c34f8d02da8b8fe2d5b89a4bcc4c382e6 100644
|
| --- a/ui/android/window_android.h
|
| +++ b/ui/base/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_ANDROID_WINDOW_ANDROID_H_
|
| -#define UI_ANDROID_WINDOW_ANDROID_H_
|
| +#ifndef UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
| +#define UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include <vector>
|
| @@ -45,4 +45,4 @@ class UI_EXPORT WindowAndroid {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_ANDROID_WINDOW_ANDROID_H_
|
| +#endif // UI_BASE_ANDROID_WINDOW_ANDROID_H_
|
|
|