diff options
author | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 04:34:28 +0000 |
---|---|---|
committer | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 04:34:28 +0000 |
commit | 980ad1cae72a3281b8198602aef96a789c1ed6ca (patch) | |
tree | 80f2d83ad0cac37201695c76616984f7f895c8a1 /webkit/child | |
parent | 5771b576b5ab475f60a39d4818c9a22342f7b199 (diff) | |
download | chromium_src-980ad1cae72a3281b8198602aef96a789c1ed6ca.zip chromium_src-980ad1cae72a3281b8198602aef96a789c1ed6ca.tar.gz chromium_src-980ad1cae72a3281b8198602aef96a789c1ed6ca.tar.bz2 |
Remove unused includes & using statements from blink::Platform implementations.
Review URL: https://codereview.chromium.org/161873002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child')
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc index a599fa5..c958c38 100644 --- a/webkit/child/webkitplatformsupport_impl.cc +++ b/webkit/child/webkitplatformsupport_impl.cc @@ -32,17 +32,8 @@ #include "net/base/data_url.h" #include "net/base/mime_util.h" #include "net/base/net_errors.h" -#include "third_party/WebKit/public/platform/WebCookie.h" #include "third_party/WebKit/public/platform/WebData.h" -#include "third_party/WebKit/public/platform/WebDiscardableMemory.h" -#include "third_party/WebKit/public/platform/WebGestureCurve.h" -#include "third_party/WebKit/public/platform/WebPluginListBuilder.h" -#include "third_party/WebKit/public/platform/WebScreenInfo.h" #include "third_party/WebKit/public/platform/WebString.h" -#include "third_party/WebKit/public/platform/WebURL.h" -#include "third_party/WebKit/public/platform/WebVector.h" -#include "third_party/WebKit/public/web/WebFrameClient.h" -#include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/base/layout.h" #include "webkit/child/webkit_child_helpers.h" #include "webkit/child/websocketstreamhandle_impl.h" @@ -57,17 +48,13 @@ #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h" #endif -using blink::WebAudioBus; -using blink::WebCookie; using blink::WebData; using blink::WebLocalizedString; -using blink::WebPluginListBuilder; using blink::WebString; using blink::WebSocketStreamHandle; using blink::WebURL; using blink::WebURLError; using blink::WebURLLoader; -using blink::WebVector; namespace { |