| Index: content/browser/android/java/jni_helper.h
|
| diff --git a/content/browser/renderer_host/java/jni_helper.h b/content/browser/android/java/jni_helper.h
|
| similarity index 84%
|
| rename from content/browser/renderer_host/java/jni_helper.h
|
| rename to content/browser/android/java/jni_helper.h
|
| index aaba53b12109387e9126dbed981b355938149642..dffcea83107589ec647dafae7636908c55cab73a 100644
|
| --- a/content/browser/renderer_host/java/jni_helper.h
|
| +++ b/content/browser/android/java/jni_helper.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 CONTENT_BROWSER_RENDERER_HOST_JAVA_JNI_HELPER_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JNI_HELPER_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_JNI_HELPER_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_JNI_HELPER_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -24,4 +24,4 @@ CONTENT_EXPORT jmethodID GetMethodIDFromClassName(JNIEnv* env,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JNI_HELPER_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_JNI_HELPER_H_
|
|
|