Index: content/renderer/pepper/url_request_info_util.cc |
=================================================================== |
--- content/renderer/pepper/url_request_info_util.cc (revision 213482) |
+++ content/renderer/pepper/url_request_info_util.cc (working copy) |
@@ -2,10 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/ppapi/url_request_info_util.h" |
+#include "content/renderer/pepper/url_request_info_util.h" |
#include "base/logging.h" |
#include "base/strings/string_util.h" |
+#include "content/renderer/pepper/common.h" |
+#include "content/renderer/pepper/plugin_module.h" |
+#include "content/renderer/pepper/ppb_file_ref_impl.h" |
+#include "content/renderer/pepper/resource_helper.h" |
#include "net/http/http_util.h" |
#include "ppapi/shared_impl/url_request_info_data.h" |
#include "ppapi/shared_impl/var.h" |
@@ -19,10 +23,6 @@ |
#include "url/gurl.h" |
#include "url/url_util.h" |
#include "webkit/child/weburlrequest_extradata_impl.h" |
-#include "webkit/plugins/ppapi/common.h" |
-#include "webkit/plugins/ppapi/plugin_module.h" |
-#include "webkit/plugins/ppapi/ppb_file_ref_impl.h" |
-#include "webkit/plugins/ppapi/resource_helper.h" |
using ppapi::URLRequestInfoData; |
using ppapi::Resource; |