| Index: content/browser/renderer_host/java/java_bridge_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/java/java_bridge_dispatcher_host.cc (revision 212485)
|
| +++ content/browser/renderer_host/java/java_bridge_dispatcher_host.cc (working copy)
|
| @@ -10,8 +10,8 @@
|
| #include "content/browser/renderer_host/java/java_bridge_channel_host.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/child/child_process.h"
|
| -#include "content/child/npobject_stub.h"
|
| -#include "content/child/npobject_util.h" // For CreateNPVariantParam()
|
| +#include "content/child/npapi/npobject_stub.h"
|
| +#include "content/child/npapi/npobject_util.h" // For CreateNPVariantParam()
|
| #include "content/common/java_bridge_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/render_process_host.h"
|
|
|