| Index: content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h
|
| diff --git a/content/browser/renderer_host/java_bridge_dispatcher_host_manager.h b/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h
|
| similarity index 87%
|
| rename from content/browser/renderer_host/java_bridge_dispatcher_host_manager.h
|
| rename to content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h
|
| index b6e564958f2c091b4e45ae2f42ace5b59f509e84..f3b3e83b8cb946a9976bf99e06fd32e2f39953d6 100644
|
| --- a/content/browser/renderer_host/java_bridge_dispatcher_host_manager.h
|
| +++ b/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.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_MANAGER_H_
|
| -#define CONTENT_BROWSER_RENDERER_JAVA_BRIDGE_DISPATCHER_HOST_MANAGER_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_MANAGER_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_MANAGER_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -46,4 +46,4 @@ class JavaBridgeDispatcherHostManager : public TabContentsObserver {
|
| DISALLOW_COPY_AND_ASSIGN(JavaBridgeDispatcherHostManager);
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_JAVA_BRIDGE_DISPATCHER_HOST_MANAGER_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_MANAGER_H_
|
|
|