| Index: content/browser/android/java/java_bridge_channel_host.h
|
| diff --git a/content/browser/renderer_host/java/java_bridge_channel_host.h b/content/browser/android/java/java_bridge_channel_host.h
|
| similarity index 86%
|
| rename from content/browser/renderer_host/java/java_bridge_channel_host.h
|
| rename to content/browser/android/java/java_bridge_channel_host.h
|
| index 3f3f1468e9b7045fdceef42dc90586b58ce049a9..e6a783e9475e634a6799586b255e9a425a17e602 100644
|
| --- a/content/browser/renderer_host/java/java_bridge_channel_host.h
|
| +++ b/content/browser/android/java/java_bridge_channel_host.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_BRIDGE_CHANNEL_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
|
|
| #include "content/child/npapi/np_channel_base.h"
|
|
|
| @@ -49,4 +49,4 @@ class JavaBridgeChannelHost : public NPChannelBase {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
|
|