diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 15:46:30 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 15:46:30 +0000 |
commit | 5dcc3cbf90623ce79aa9d5a7a9395133cf8d459b (patch) | |
tree | e64b9a93855e9f083ba93c02dfdce4e6c01a3c1b /webkit/plugins/ppapi/ppb_url_loader_impl.cc | |
parent | 6eff4edc6641696e55dcd0b65f7b3047d9dc1d2d (diff) | |
download | chromium_src-5dcc3cbf90623ce79aa9d5a7a9395133cf8d459b.zip chromium_src-5dcc3cbf90623ce79aa9d5a7a9395133cf8d459b.tar.gz chromium_src-5dcc3cbf90623ce79aa9d5a7a9395133cf8d459b.tar.bz2 |
remove unnecessary dependencies on WebSecurityOrigin
These are all cases where this class is included or referenced
without any actual code using it.
BUG=
Review URL: https://chromiumcodereview.appspot.com/14267034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/ppb_url_loader_impl.cc')
-rw-r--r-- | webkit/plugins/ppapi/ppb_url_loader_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_url_loader_impl.cc b/webkit/plugins/ppapi/ppb_url_loader_impl.cc index 58397b8..28a3915 100644 --- a/webkit/plugins/ppapi/ppb_url_loader_impl.cc +++ b/webkit/plugins/ppapi/ppb_url_loader_impl.cc @@ -23,7 +23,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginContainer.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderOptions.h" #include "webkit/appcache/web_application_cache_host_impl.h" #include "webkit/plugins/ppapi/common.h" |