| Index: content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/java_bridge_dispatcher_host.h b/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| similarity index 89%
|
| rename from content/browser/renderer_host/java_bridge_dispatcher_host.h
|
| rename to content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| index 9528fc67f0318763e6e6e1fd0bda6a506cfd7926..c4fceef8e0bf3500949cb6f1f0eb2ff565e30241 100644
|
| --- a/content/browser/renderer_host/java_bridge_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/java/java_bridge_dispatcher_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_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| #pragma once
|
|
|
| #include "base/memory/ref_counted.h"
|
| @@ -48,4 +48,4 @@ class JavaBridgeDispatcherHost :
|
| DISALLOW_COPY_AND_ASSIGN(JavaBridgeDispatcherHost);
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
|
|