Index: webkit/plugins/ppapi/url_request_info_util.cc |
diff --git a/webkit/plugins/ppapi/url_request_info_util.cc b/webkit/plugins/ppapi/url_request_info_util.cc |
index 2a9ecbd9d760d1a95a99651cc5157cd0f1708c6f..095c9df2e16d0629f6f2dee290dc295eb808cd55 100644 |
--- a/webkit/plugins/ppapi/url_request_info_util.cc |
+++ b/webkit/plugins/ppapi/url_request_info_util.cc |
@@ -12,10 +12,10 @@ |
#include "ppapi/shared_impl/url_request_info_data.h" |
#include "ppapi/shared_impl/var.h" |
#include "ppapi/thunk/enter.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebHTTPBody.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" |
+#include "third_party/WebKit/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebHTTPBody.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "webkit/base/file_path_string_conversions.h" |