| Index: content/browser/renderer_host/java/java_bridge_channel_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/java/java_bridge_channel_host.h (revision 164665)
|
| +++ content/browser/renderer_host/java/java_bridge_channel_host.h (working copy)
|
| @@ -7,7 +7,9 @@
|
|
|
| #include "content/common/np_channel_base.h"
|
|
|
| -class JavaBridgeChannelHost : public content::NPChannelBase {
|
| +namespace content {
|
| +
|
| +class JavaBridgeChannelHost : public NPChannelBase {
|
| public:
|
| static JavaBridgeChannelHost* GetJavaBridgeChannelHost(
|
| int renderer_id,
|
| @@ -45,4 +47,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(JavaBridgeChannelHost);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_CHANNEL_HOST_H_
|
|
|