| Index: ui/base/android/ui_jni_registrar.h
|
| diff --git a/ui/android/ui_jni_registrar.h b/ui/base/android/ui_jni_registrar.h
|
| similarity index 74%
|
| rename from ui/android/ui_jni_registrar.h
|
| rename to ui/base/android/ui_jni_registrar.h
|
| index f40ed407823529e93165699b30a39a2bf21dc62b..4fee0b8868f72d13d7126514c2cb104513cd8ab7 100644
|
| --- a/ui/android/ui_jni_registrar.h
|
| +++ b/ui/base/android/ui_jni_registrar.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_UI_JNI_REGISTRAR_H_
|
| -#define UI_ANDROID_UI_JNI_REGISTRAR_H_
|
| +#ifndef UI_BASE_ANDROID_UI_JNI_REGISTRAR_H_
|
| +#define UI_BASE_ANDROID_UI_JNI_REGISTRAR_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -18,4 +18,4 @@ UI_EXPORT bool RegisterJni(JNIEnv* env);
|
| } // namespace android
|
| } // namespace ui
|
|
|
| -#endif // UI_ANDROID_UI_JNI_REGISTRAR_H_
|
| +#endif // UI_BASE_ANDROID_UI_JNI_REGISTRAR_H_
|
|
|