diff options
Diffstat (limited to 'content/renderer')
-rw-r--r-- | content/renderer/p2p/port_allocator.cc | 8 | ||||
-rw-r--r-- | content/renderer/p2p/port_allocator.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc index 7c82955..183a8b3 100644 --- a/content/renderer/p2p/port_allocator.cc +++ b/content/renderer/p2p/port_allocator.cc @@ -12,12 +12,12 @@ #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/Source/WebKit/chromium/public/WebFrame.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLLoader.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderOptions.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" using WebKit::WebString; using WebKit::WebURL; diff --git a/content/renderer/p2p/port_allocator.h b/content/renderer/p2p/port_allocator.h index d929449..cb58359 100644 --- a/content/renderer/p2p/port_allocator.h +++ b/content/renderer/p2p/port_allocator.h @@ -8,8 +8,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "net/base/net_util.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoaderClient.h" #include "third_party/libjingle/source/talk/p2p/client/basicportallocator.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLLoaderClient.h" namespace WebKit { class WebFrame; |