| Index: content/browser/android/java/java_bridge_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/java/java_bridge_dispatcher_host.h b/content/browser/android/java/java_bridge_dispatcher_host.h
|
| similarity index 91%
|
| rename from content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| rename to content/browser/android/java/java_bridge_dispatcher_host.h
|
| index a656f07afb0621ad417fa3055bcc9a49faa3aa79..a3acf38a2c07dc4f292f5e597d9b593568825563 100644
|
| --- a/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| +++ b/content/browser/android/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_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
|
|
| #include <vector>
|
| #include "base/memory/ref_counted.h"
|
| @@ -68,4 +68,4 @@ class JavaBridgeDispatcherHost
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
|
|