diff options
author | sungmann.cho@navercorp.com <sungmann.cho@navercorp.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-06-16 16:22:50 +0000 |
---|---|---|
committer | sungmann.cho@navercorp.com <sungmann.cho@navercorp.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-06-16 16:22:50 +0000 |
commit | 933355deddca001a3b67e345635f5a077e92620e (patch) | |
tree | 9e7bdde054d5452ee4bfb28a2bea2fd000ac6f2b /third_party/WebKit/Source/platform/Crypto.cpp | |
parent | 0feb3718ad84d326d42d4c92cd7c65f76fff904c (diff) | |
download | chromium_src-933355deddca001a3b67e345635f5a077e92620e.zip chromium_src-933355deddca001a3b67e345635f5a077e92620e.tar.gz chromium_src-933355deddca001a3b67e345635f5a077e92620e.tar.bz2 |
Remove unnecessary #includes in Source/platform/Crypto.[cpp|h].
BUG=none
TEST=compile
Review URL: https://codereview.chromium.org/331083003
git-svn-id: svn://svn.chromium.org/blink/trunk@176218 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/platform/Crypto.cpp')
-rw-r--r-- | third_party/WebKit/Source/platform/Crypto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/platform/Crypto.cpp b/third_party/WebKit/Source/platform/Crypto.cpp index 009ae0a..0a7a708 100644 --- a/third_party/WebKit/Source/platform/Crypto.cpp +++ b/third_party/WebKit/Source/platform/Crypto.cpp @@ -9,8 +9,6 @@ #include "public/platform/WebArrayBuffer.h" #include "public/platform/WebCrypto.h" #include "public/platform/WebCryptoAlgorithm.h" -#include "wtf/Vector.h" -#include "wtf/text/CString.h" namespace WebCore { |