| Index: content/child/npapi/plugin_url_fetcher.cc
|
| diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
|
| index c7db56ce9ca8fffd165fb9510cabe6467834338e..15bd602cb22ba4c31e26382ee8651208451491b4 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.cc
|
| +++ b/content/child/npapi/plugin_url_fetcher.cc
|
| @@ -5,7 +5,7 @@
|
| #include "content/child/npapi/plugin_url_fetcher.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/child/child_thread.h"
|
| +#include "content/child/child_thread_impl.h"
|
| #include "content/child/multipart_response_delegate.h"
|
| #include "content/child/npapi/plugin_host.h"
|
| #include "content/child/npapi/plugin_instance.h"
|
| @@ -146,7 +146,7 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
|
| request_info.headers = std::string("Range: ") + range;
|
| }
|
|
|
| - bridge_.reset(ChildThread::current()->resource_dispatcher()->CreateBridge(
|
| + bridge_.reset(ChildThreadImpl::current()->resource_dispatcher()->CreateBridge(
|
| request_info));
|
| if (!body.empty()) {
|
| scoped_refptr<ResourceRequestBody> request_body =
|
|
|