| Index: content/browser/renderer_host/java/java_bridge_channel_host.h
|
| diff --git a/content/browser/renderer_host/java_bridge_channel_host.h b/content/browser/renderer_host/java/java_bridge_channel_host.h
|
| similarity index 82%
|
| rename from content/browser/renderer_host/java_bridge_channel_host.h
|
| rename to content/browser/renderer_host/java/java_bridge_channel_host.h
|
| index e00054789485263a167a0a77073c7a73ff202026..424d42eec6fbc6013d40cb97392cc6a6bec610c6 100644
|
| --- a/content/browser/renderer_host/java_bridge_channel_host.h
|
| +++ b/content/browser/renderer_host/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_BRIDGE_CHANNEL_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| #pragma once
|
|
|
| #include "content/common/np_channel_base.h"
|
| @@ -34,4 +34,4 @@ class JavaBridgeChannelHost : public NPChannelBase {
|
| DISALLOW_COPY_AND_ASSIGN(JavaBridgeChannelHost);
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_BRIDGE_CHANNEL_HOST_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
|
|