diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 13:13:18 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 13:13:18 +0000 |
commit | 8fc3eff3795718a499a22dc807dc2146d6a8ed3b (patch) | |
tree | 571abb8b92f76107d84ac3c26ec206f0bfe32d7e /content/renderer | |
parent | 0e76b9ab3bf8229f568416edc638198473f71605 (diff) | |
download | chromium_src-8fc3eff3795718a499a22dc807dc2146d6a8ed3b.zip chromium_src-8fc3eff3795718a499a22dc807dc2146d6a8ed3b.tar.gz chromium_src-8fc3eff3795718a499a22dc807dc2146d6a8ed3b.tar.bz2 |
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
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; |