| Index: content/browser/android/java/java_type.h
|
| diff --git a/content/browser/renderer_host/java/java_type.h b/content/browser/android/java/java_type.h
|
| similarity index 87%
|
| rename from content/browser/renderer_host/java/java_type.h
|
| rename to content/browser/android/java/java_type.h
|
| index fe7845eeaa69adc5065cf2e3a9f7cce01a92f340..6eb49259fadb56c01380c5fcbfcf5db5044852b8 100644
|
| --- a/content/browser/renderer_host/java/java_type.h
|
| +++ b/content/browser/android/java/java_type.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_JAVA_TYPE_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
|
|
|
| #include <string>
|
|
|
| @@ -47,4 +47,4 @@ struct JavaType {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
|
|
|