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 0cabff9798a240454920090b0b576970efb000a7..6a6fc100e7fee79673f7193f7d43a1527accec57 100644 |
--- a/content/child/npapi/plugin_url_fetcher.cc |
+++ b/content/child/npapi/plugin_url_fetcher.cc |
@@ -16,6 +16,7 @@ |
#include "content/child/request_extra_data.h" |
#include "content/child/request_info.h" |
#include "content/child/resource_dispatcher.h" |
+#include "content/child/resource_loader_bridge.h" |
#include "content/child/web_url_loader_impl.h" |
#include "content/common/resource_request_body.h" |
#include "content/common/service_worker/service_worker_types.h" |
@@ -26,7 +27,6 @@ |
#include "net/url_request/redirect_info.h" |
#include "third_party/WebKit/public/platform/WebURLLoaderClient.h" |
#include "third_party/WebKit/public/platform/WebURLResponse.h" |
-#include "webkit/child/resource_loader_bridge.h" |
namespace content { |
namespace { |