From 8fc3eff3795718a499a22dc807dc2146d6a8ed3b Mon Sep 17 00:00:00 2001 From: "pilgrim@chromium.org" <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 15 Jan 2013 13:13:18 +0000 Subject: Update some #includes in content/renderer/p2p for headers in the new Platform directory Review URL: https://chromiumcodereview.appspot.com/11823039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176891 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/p2p/port_allocator.cc | 8 ++++---- content/renderer/p2p/port_allocator.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'content/renderer') 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; -- cgit v1.1