Index: content/renderer/p2p/port_allocator.cc |
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc |
index c8241e36fe977a3dc55dd65e9b3dabac1cd88bb2..77ac0ef76595a978f31fde4cd6bcab5291000be6 100644 |
--- a/content/renderer/p2p/port_allocator.cc |
+++ b/content/renderer/p2p/port_allocator.cc |
@@ -12,10 +12,10 @@ |
#include "jingle/glue/utils.h" |
#include "net/base/escape.h" |
#include "net/base/ip_endpoint.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoader.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h" |
+#include "third_party/WebKit/public/platform/WebURLError.h" |
+#include "third_party/WebKit/public/platform/WebURLLoader.h" |
+#include "third_party/WebKit/public/platform/WebURLRequest.h" |
+#include "third_party/WebKit/public/platform/WebURLResponse.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderOptions.h" |