| Index: ui/base/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/base/android/view_android.h
|
| similarity index 88%
|
| rename from ui/android/view_android.h
|
| rename to ui/base/android/view_android.h
|
| index c95608d3db2ab3b30344c52f17fcdece1c5a29f6..57df2a12a25e0884652853fc7fdbfcb60e80bf9f 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/base/android/view_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_VIEW_ANDROID_H_
|
| -#define UI_ANDROID_VIEW_ANDROID_H_
|
| +#ifndef UI_BASE_ANDROID_VIEW_ANDROID_H_
|
| +#define UI_BASE_ANDROID_VIEW_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include "base/android/jni_helper.h"
|
| @@ -38,4 +38,4 @@ class UI_EXPORT ViewAndroid {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_ANDROID_VIEW_ANDROID_H_
|
| +#endif // UI_BASE_ANDROID_VIEW_ANDROID_H_
|
|
|