summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit
diff options
context:
space:
mode:
authorgajendra.n@samsung.com <gajendra.n@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-08-01 18:13:57 +0000
committergajendra.n@samsung.com <gajendra.n@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-08-01 18:13:57 +0000
commit924380fe51c18195dafcaf95d9cb90630fe9e968 (patch)
tree0c61a4dc66571407e4a31ba6863b73cd00e2bd4c /third_party/WebKit
parentc1f05a73832b09cb61031cb9bf52052bdfb8e4f7 (diff)
downloadchromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.zip
chromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.tar.gz
chromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.tar.bz2
wtf/Vector.h included more than necessary
There are files that include Vector.h without needing it. That triggers builds bigger than needed when working on the Vector class. BUG=398455 R=jochen@chromium.org Review URL: https://codereview.chromium.org/431453004 git-svn-id: svn://svn.chromium.org/blink/trunk@179410 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit')
-rw-r--r--third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h1
-rw-r--r--third_party/WebKit/Source/core/clipboard/Pasteboard.h1
-rw-r--r--third_party/WebKit/Source/core/dom/Microtask.cpp1
-rw-r--r--third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp1
-rw-r--r--third_party/WebKit/Source/core/fetch/ImageResource.cpp1
-rw-r--r--third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp1
-rw-r--r--third_party/WebKit/Source/core/html/imports/HTMLImportChild.h1
-rw-r--r--third_party/WebKit/Source/core/inspector/InspectorController.h1
-rw-r--r--third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h1
-rw-r--r--third_party/WebKit/Source/core/inspector/ScriptAsyncCallStack.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/OrderIterator.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/shapes/RectangleShape.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/style/StyleGridItemData.h1
-rw-r--r--third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceMasker.cpp1
-rw-r--r--third_party/WebKit/Source/core/xml/XMLHttpRequestUpload.h1
-rw-r--r--third_party/WebKit/Source/core/xml/XPathUtil.h1
-rw-r--r--third_party/WebKit/Source/core/xml/XSLTProcessor.cpp1
-rw-r--r--third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp1
-rw-r--r--third_party/WebKit/Source/modules/gamepad/GamepadList.h1
-rw-r--r--third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.h1
-rw-r--r--third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h1
-rw-r--r--third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h1
-rw-r--r--third_party/WebKit/Source/modules/webdatabase/SQLStatement.h1
-rw-r--r--third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp1
-rw-r--r--third_party/WebKit/Source/platform/CalculationValue.h1
-rw-r--r--third_party/WebKit/Source/platform/MIMETypeRegistry.h1
-rw-r--r--third_party/WebKit/Source/platform/PODArenaTest.cpp1
-rw-r--r--third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp1
-rw-r--r--third_party/WebKit/Source/platform/PlatformTouchPoint.h1
-rw-r--r--third_party/WebKit/Source/platform/animation/TimingFunction.h1
-rw-r--r--third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp1
-rw-r--r--third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp1
-rw-r--r--third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp1
-rw-r--r--third_party/WebKit/Source/platform/graphics/BitmapImage.cpp1
-rw-r--r--third_party/WebKit/Source/platform/graphics/ImageSource.h1
-rw-r--r--third_party/WebKit/Source/platform/graphics/filters/FEMerge.h1
-rw-r--r--third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp1
-rw-r--r--third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp1
-rw-r--r--third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h1
-rw-r--r--third_party/WebKit/Source/platform/text/StringTruncator.cpp1
-rw-r--r--third_party/WebKit/Source/web/CompositionUnderlineBuilder.h1
-rw-r--r--third_party/WebKit/Source/web/InspectorClientImpl.cpp1
-rw-r--r--third_party/WebKit/Source/web/WebUserMediaRequest.cpp1
-rw-r--r--third_party/WebKit/Source/wtf/ArrayBuffer.h1
-rw-r--r--third_party/WebKit/Source/wtf/text/TextCodec.h1
47 files changed, 0 insertions, 47 deletions
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
index 0969948..81c23ce 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
@@ -13,7 +13,6 @@
#include "core/dom/ExecutionContext.h"
#include "platform/Timer.h"
#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
#include <v8.h>
namespace blink {
diff --git a/third_party/WebKit/Source/core/clipboard/Pasteboard.h b/third_party/WebKit/Source/core/clipboard/Pasteboard.h
index 3d2ae91..96c54a6 100644
--- a/third_party/WebKit/Source/core/clipboard/Pasteboard.h
+++ b/third_party/WebKit/Source/core/clipboard/Pasteboard.h
@@ -30,7 +30,6 @@
#include "public/platform/WebClipboard.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/dom/Microtask.cpp b/third_party/WebKit/Source/core/dom/Microtask.cpp
index 493ab6e..70dfcf8 100644
--- a/third_party/WebKit/Source/core/dom/Microtask.cpp
+++ b/third_party/WebKit/Source/core/dom/Microtask.cpp
@@ -34,7 +34,6 @@
#include "bindings/core/v8/V8PerIsolateData.h"
#include "platform/Task.h"
#include "public/platform/WebThread.h"
-#include "wtf/Vector.h"
#include <v8.h>
namespace blink {
diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
index a7604e7..e25df4e 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
@@ -33,7 +33,6 @@
#include "platform/SharedBuffer.h"
#include "platform/network/HTTPParsers.h"
#include "wtf/CurrentTime.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.cpp b/third_party/WebKit/Source/core/fetch/ImageResource.cpp
index 7578394..4c02b7b 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResource.cpp
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.cpp
@@ -38,7 +38,6 @@
#include "platform/graphics/BitmapImage.h"
#include "wtf/CurrentTime.h"
#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp b/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
index c5ee367..df4062a 100644
--- a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
+++ b/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
@@ -31,7 +31,6 @@
#include "core/fetch/StyleSheetResourceClient.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/SharedBuffer.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
index 4448fbc..340695b 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
@@ -34,7 +34,6 @@
#include "core/html/imports/HTMLImport.h"
#include "platform/heap/Handle.h"
#include "platform/weborigin/KURL.h"
-#include "wtf/Vector.h"
#include "wtf/WeakPtr.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/inspector/InspectorController.h b/third_party/WebKit/Source/core/inspector/InspectorController.h
index ce67e5e..db758969 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorController.h
@@ -36,7 +36,6 @@
#include "wtf/Forward.h"
#include "wtf/HashMap.h"
#include "wtf/Noncopyable.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
index 99529c7..eedb6d0 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
@@ -33,7 +33,6 @@
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/inspector/ScriptAsyncCallStack.h b/third_party/WebKit/Source/core/inspector/ScriptAsyncCallStack.h
index 4de4cfb..d8f426b 100644
--- a/third_party/WebKit/Source/core/inspector/ScriptAsyncCallStack.h
+++ b/third_party/WebKit/Source/core/inspector/ScriptAsyncCallStack.h
@@ -10,7 +10,6 @@
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/rendering/OrderIterator.h b/third_party/WebKit/Source/core/rendering/OrderIterator.h
index ed5d174..4666646 100644
--- a/third_party/WebKit/Source/core/rendering/OrderIterator.h
+++ b/third_party/WebKit/Source/core/rendering/OrderIterator.h
@@ -32,7 +32,6 @@
#define OrderIterator_h
#include "wtf/Noncopyable.h"
-#include "wtf/Vector.h"
#include <set>
diff --git a/third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h b/third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h
index 7457f37..a6a9870 100644
--- a/third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h
+++ b/third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h
@@ -28,7 +28,6 @@
#define GraphicsLayerTreeBuilder_h
#include "platform/graphics/GraphicsLayer.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/rendering/shapes/RectangleShape.h b/third_party/WebKit/Source/core/rendering/shapes/RectangleShape.h
index 13d6229..9104a0f 100644
--- a/third_party/WebKit/Source/core/rendering/shapes/RectangleShape.h
+++ b/third_party/WebKit/Source/core/rendering/shapes/RectangleShape.h
@@ -35,7 +35,6 @@
#include "platform/geometry/FloatRect.h"
#include "platform/geometry/FloatSize.h"
#include "wtf/Assertions.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.h b/third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.h
index d0fc903..c0674cf 100644
--- a/third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.h
+++ b/third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.h
@@ -36,7 +36,6 @@
#include "platform/geometry/FloatRect.h"
#include "platform/geometry/LayoutSize.h"
#include "wtf/OwnPtr.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/rendering/style/StyleGridItemData.h b/third_party/WebKit/Source/core/rendering/style/StyleGridItemData.h
index 1a88157..8cd14e0 100644
--- a/third_party/WebKit/Source/core/rendering/style/StyleGridItemData.h
+++ b/third_party/WebKit/Source/core/rendering/style/StyleGridItemData.h
@@ -35,7 +35,6 @@
#include "core/rendering/style/GridPosition.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceMasker.cpp b/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceMasker.cpp
index af5fbb0..4a80ba3 100644
--- a/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceMasker.cpp
+++ b/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceMasker.cpp
@@ -28,7 +28,6 @@
#include "platform/graphics/DisplayList.h"
#include "platform/graphics/GraphicsContextStateSaver.h"
#include "platform/transforms/AffineTransform.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/xml/XMLHttpRequestUpload.h b/third_party/WebKit/Source/core/xml/XMLHttpRequestUpload.h
index 5b12f0b..4c67d71 100644
--- a/third_party/WebKit/Source/core/xml/XMLHttpRequestUpload.h
+++ b/third_party/WebKit/Source/core/xml/XMLHttpRequestUpload.h
@@ -34,7 +34,6 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
#include "wtf/text/AtomicStringHash.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/xml/XPathUtil.h b/third_party/WebKit/Source/core/xml/XPathUtil.h
index 0ab4a61..2457cb5 100644
--- a/third_party/WebKit/Source/core/xml/XPathUtil.h
+++ b/third_party/WebKit/Source/core/xml/XPathUtil.h
@@ -28,7 +28,6 @@
#define XPathUtil_h
#include "wtf/Forward.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp b/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
index 3b692acd..ea0f323 100644
--- a/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
+++ b/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
@@ -33,7 +33,6 @@
#include "core/frame/csp/ContentSecurityPolicy.h"
#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/Assertions.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp
index fd34caf..c9b41fa 100644
--- a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp
+++ b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp
@@ -42,7 +42,6 @@
#include "platform/network/ResourceResponse.h"
#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/Assertions.h"
-#include "wtf/Vector.h"
#include "wtf/text/CString.h"
#include "wtf/text/StringBuffer.h"
#include "wtf/unicode/UTF8.h"
diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadList.h b/third_party/WebKit/Source/modules/gamepad/GamepadList.h
index 2b20f92..081714b 100644
--- a/third_party/WebKit/Source/modules/gamepad/GamepadList.h
+++ b/third_party/WebKit/Source/modules/gamepad/GamepadList.h
@@ -30,7 +30,6 @@
#include "modules/gamepad/Gamepad.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebGamepads.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.h b/third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.h
index 24879e4d..ef4330b 100644
--- a/third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.h
+++ b/third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.h
@@ -9,7 +9,6 @@
#include "modules/gamepad/WebKitGamepad.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebGamepads.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h
index 6a92fcf..e5298b3 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h
@@ -29,7 +29,6 @@
#include "modules/webaudio/AudioNode.h"
#include "modules/webaudio/AudioSummingJunction.h"
#include "wtf/HashSet.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
index a1f80b4..6dcc13bb0 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
@@ -30,7 +30,6 @@
#include "modules/webaudio/AudioParam.h"
#include "wtf/HashSet.h"
#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
index dd89118..7ddc395 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
@@ -33,7 +33,6 @@
#include "modules/webdatabase/SQLCallbackWrapper.h"
#include "modules/webdatabase/SQLResultSet.h"
#include "wtf/Forward.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp b/third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
index d0ac1e6..508a9f0 100644
--- a/third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
+++ b/third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "modules/websockets/WebSocketPerMessageDeflate.h"
-#include "wtf/Vector.h"
#include "wtf/text/StringHash.h"
#include <algorithm>
diff --git a/third_party/WebKit/Source/platform/CalculationValue.h b/third_party/WebKit/Source/platform/CalculationValue.h
index 8976970..9ca7d5d 100644
--- a/third_party/WebKit/Source/platform/CalculationValue.h
+++ b/third_party/WebKit/Source/platform/CalculationValue.h
@@ -36,7 +36,6 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
index bfce1a4..fb4195a 100644
--- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
+++ b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
@@ -28,7 +28,6 @@
#include "platform/PlatformExport.h"
#include "wtf/HashSet.h"
-#include "wtf/Vector.h"
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
diff --git a/third_party/WebKit/Source/platform/PODArenaTest.cpp b/third_party/WebKit/Source/platform/PODArenaTest.cpp
index 008edb8..8e30dc3 100644
--- a/third_party/WebKit/Source/platform/PODArenaTest.cpp
+++ b/third_party/WebKit/Source/platform/PODArenaTest.cpp
@@ -29,7 +29,6 @@
#include "platform/testing/ArenaTestHelpers.h"
#include "wtf/FastMalloc.h"
#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
#include <algorithm>
#include <gtest/gtest.h>
diff --git a/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp b/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp
index f99b4ca..77b2772 100644
--- a/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp
+++ b/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp
@@ -29,7 +29,6 @@
#include "platform/testing/ArenaTestHelpers.h"
#include "wtf/FastMalloc.h"
#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
#include <gtest/gtest.h>
diff --git a/third_party/WebKit/Source/platform/PlatformTouchPoint.h b/third_party/WebKit/Source/platform/PlatformTouchPoint.h
index 3eb1e58..a5e0513 100644
--- a/third_party/WebKit/Source/platform/PlatformTouchPoint.h
+++ b/third_party/WebKit/Source/platform/PlatformTouchPoint.h
@@ -21,7 +21,6 @@
#define PlatformTouchPoint_h
#include "platform/geometry/FloatPoint.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/animation/TimingFunction.h b/third_party/WebKit/Source/platform/animation/TimingFunction.h
index 6edb81d..b9e3da6 100644
--- a/third_party/WebKit/Source/platform/animation/TimingFunction.h
+++ b/third_party/WebKit/Source/platform/animation/TimingFunction.h
@@ -32,7 +32,6 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
#include "wtf/text/StringBuilder.h"
#include "wtf/text/WTFString.h"
#include <algorithm>
diff --git a/third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp b/third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp
index e7860b3..2a8f2ed 100644
--- a/third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp
@@ -32,7 +32,6 @@
#include "public/platform/WebMediaStream.h"
#include "public/platform/WebMediaStreamSource.h"
#include "public/platform/WebString.h"
-#include "wtf/Vector.h"
using namespace blink;
diff --git a/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp b/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp
index 445c55e..5fae6e0 100644
--- a/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp
@@ -28,7 +28,6 @@
#include "platform/speech/PlatformSpeechSynthesisVoice.h"
#include "wtf/PassRefPtr.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
index 114ed04..41bdd5a8 100644
--- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
+++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
@@ -24,7 +24,6 @@
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-#include "wtf/Vector.h"
#if OS(MACOSX)
#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
index 60aef55c..624e06f 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
@@ -36,7 +36,6 @@
#include "platform/graphics/skia/SkiaUtils.h"
#include "wtf/CurrentTime.h"
#include "wtf/PassRefPtr.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h
index cdbbe6d..5e01167 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
@@ -31,7 +31,6 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
#include "wtf/OwnPtr.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h b/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
index 7f268ff..d7274be 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
@@ -25,7 +25,6 @@
#include "platform/graphics/filters/Filter.h"
#include "platform/graphics/filters/FilterEffect.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
index 31fee1e..7f89f64 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
@@ -32,7 +32,6 @@
#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/text/TextStream.h"
#include "wtf/Uint8ClampedArray.h"
-#include "wtf/Vector.h"
using namespace std;
diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
index b2b281c..83a06f4 100644
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
@@ -40,7 +40,6 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/StringHasher.h"
-#include "wtf/Vector.h"
#include <gtest/gtest.h>
diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
index 8ef50d9..cb464e4 100644
--- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
+++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
@@ -7,7 +7,6 @@
#include "platform/Crypto.h"
#include "platform/PlatformExport.h"
-#include "wtf/Vector.h"
#include "wtf/unicode/Unicode.h"
namespace blink {
diff --git a/third_party/WebKit/Source/platform/text/StringTruncator.cpp b/third_party/WebKit/Source/platform/text/StringTruncator.cpp
index 7d250ac..4d9dac2 100644
--- a/third_party/WebKit/Source/platform/text/StringTruncator.cpp
+++ b/third_party/WebKit/Source/platform/text/StringTruncator.cpp
@@ -33,7 +33,6 @@
#include "platform/text/TextBreakIterator.h"
#include "platform/text/TextRun.h"
#include "wtf/Assertions.h"
-#include "wtf/Vector.h"
#include "wtf/unicode/CharacterNames.h"
namespace blink {
diff --git a/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h b/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
index a421822..a5694ae 100644
--- a/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
+++ b/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
@@ -34,7 +34,6 @@
#include "core/editing/CompositionUnderline.h"
#include "public/platform/WebVector.h"
#include "public/web/WebCompositionUnderline.h"
-#include "wtf/Vector.h"
namespace blink {
diff --git a/third_party/WebKit/Source/web/InspectorClientImpl.cpp b/third_party/WebKit/Source/web/InspectorClientImpl.cpp
index 50f4e8d..4bb7576 100644
--- a/third_party/WebKit/Source/web/InspectorClientImpl.cpp
+++ b/third_party/WebKit/Source/web/InspectorClientImpl.cpp
@@ -44,7 +44,6 @@
#include "public/web/WebViewClient.h"
#include "web/WebDevToolsAgentImpl.h"
#include "web/WebViewImpl.h"
-#include "wtf/Vector.h"
using namespace blink;
diff --git a/third_party/WebKit/Source/web/WebUserMediaRequest.cpp b/third_party/WebKit/Source/web/WebUserMediaRequest.cpp
index 348c0e0..c51c1c4 100644
--- a/third_party/WebKit/Source/web/WebUserMediaRequest.cpp
+++ b/third_party/WebKit/Source/web/WebUserMediaRequest.cpp
@@ -44,7 +44,6 @@
#include "public/platform/WebVector.h"
#include "public/web/WebDocument.h"
#include "public/web/WebSecurityOrigin.h"
-#include "wtf/Vector.h"
using namespace blink;
diff --git a/third_party/WebKit/Source/wtf/ArrayBuffer.h b/third_party/WebKit/Source/wtf/ArrayBuffer.h
index feb3b10..e2e1745 100644
--- a/third_party/WebKit/Source/wtf/ArrayBuffer.h
+++ b/third_party/WebKit/Source/wtf/ArrayBuffer.h
@@ -30,7 +30,6 @@
#include "wtf/HashSet.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
#include "wtf/WTFExport.h"
namespace WTF {
diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.h b/third_party/WebKit/Source/wtf/text/TextCodec.h
index dbfb6cb..e85413e 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodec.h
+++ b/third_party/WebKit/Source/wtf/text/TextCodec.h
@@ -30,7 +30,6 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassOwnPtr.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
#include "wtf/unicode/Unicode.h"