| Index: content/browser/renderer_host/java/java_bridge_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/java/java_bridge_dispatcher_host.cc b/content/browser/renderer_host/java/java_bridge_dispatcher_host.cc
|
| index e3d2cd2df03bc0382b9d1cde3c2ad609f64955bd..a1f1624cfe6a9e1c3cac9a59b94f2b2dcd6310a2 100644
|
| --- a/content/browser/renderer_host/java/java_bridge_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/java/java_bridge_dispatcher_host.cc
|
| @@ -11,8 +11,8 @@
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/java_bridge_messages.h"
|
| -#include "content/common/npobject_stub.h"
|
| -#include "content/common/npobject_util.h" // For CreateNPVariantParam()
|
| +#include "content/common_child/npobject_stub.h"
|
| +#include "content/common_child/npobject_util.h" // For CreateNPVariantParam()
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
|
|
|