| Index: content/browser/android/java/gin_java_bridge_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.h b/content/browser/android/java/gin_java_bridge_dispatcher_host.h
|
| similarity index 92%
|
| rename from content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.h
|
| rename to content/browser/android/java/gin_java_bridge_dispatcher_host.h
|
| index d77da3aacdc569fbb6d50ac81285d08013d928c9..3ccd46f241fede407ce6b476d4136adf62be4e04 100644
|
| --- a/content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.h
|
| +++ b/content/browser/android/java/gin_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_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_JAVA_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_JAVA_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -12,8 +12,8 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/browser/renderer_host/java/gin_java_bound_object.h"
|
| -#include "content/browser/renderer_host/java/gin_java_method_invocation_helper.h"
|
| +#include "content/browser/android/java/gin_java_bound_object.h"
|
| +#include "content/browser/android/java/gin_java_method_invocation_helper.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| namespace base {
|
| @@ -120,4 +120,4 @@ class GinJavaBridgeDispatcherHost
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_GIN_JAVA_BRIDGE_DISPATCHER_HOST_H_
|
|
|