Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1857)

Unified Diff: webkit/child/webkitplatformsupport_impl.cc

Issue 161873002: Remove unused includes & using statements from blink::Platform implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed temp comment Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/child/webkitplatformsupport_impl.cc
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc
index a599fa57fe9ea4377cd09472200b7cd94ee0ec99..c958c38c039db5aa9268de4a85f45fec2309a666 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 {

Powered by Google App Engine
This is Rietveld 408576698