| Index: content/browser/android/java/gin_java_bridge_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.cc b/content/browser/android/java/gin_java_bridge_dispatcher_host.cc
|
| similarity index 98%
|
| rename from content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.cc
|
| rename to content/browser/android/java/gin_java_bridge_dispatcher_host.cc
|
| index 6c6e86b75e0867c75e355655d21e553230dd1c24..a60310d5abcb804f415011450955e94f6b491d3e 100644
|
| --- a/content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.cc
|
| +++ b/content/browser/android/java/gin_java_bridge_dispatcher_host.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/renderer_host/java/gin_java_bridge_dispatcher_host.h"
|
| +#include "content/browser/android/java/gin_java_bridge_dispatcher_host.h"
|
|
|
| #include "base/android/java_handler_thread.h"
|
| #include "base/android/jni_android.h"
|
| @@ -11,8 +11,8 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/task_runner_util.h"
|
| -#include "content/browser/renderer_host/java/gin_java_bound_object_delegate.h"
|
| -#include "content/browser/renderer_host/java/jni_helper.h"
|
| +#include "content/browser/android/java/gin_java_bound_object_delegate.h"
|
| +#include "content/browser/android/java/jni_helper.h"
|
| #include "content/common/android/gin_java_bridge_value.h"
|
| #include "content/common/android/hash_set.h"
|
| #include "content/common/gin_java_bridge_messages.h"
|
|
|