| Index: content/browser/android/java/java_method.h
|
| diff --git a/content/browser/renderer_host/java/java_method.h b/content/browser/android/java/java_method.h
|
| similarity index 84%
|
| rename from content/browser/renderer_host/java/java_method.h
|
| rename to content/browser/android/java/java_method.h
|
| index 64772639176dd3c85d70643d4310fdfa40bee1fe..f0158816c3f79d4af34542ab88a18af06687e769 100644
|
| --- a/content/browser/renderer_host/java/java_method.h
|
| +++ b/content/browser/android/java/java_method.h
|
| @@ -2,15 +2,15 @@
|
| // 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_JAVA_METHOD_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_METHOD_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_JAVA_METHOD_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_JAVA_METHOD_H_
|
|
|
| #include <jni.h>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/android/scoped_java_ref.h"
|
| -#include "content/browser/renderer_host/java/java_type.h"
|
| +#include "content/browser/android/java/java_type.h"
|
| #include "content/common/content_export.h"
|
|
|
| namespace content {
|
| @@ -47,4 +47,4 @@ class CONTENT_EXPORT JavaMethod {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_METHOD_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_JAVA_METHOD_H_
|
|
|