aboutsummaryrefslogtreecommitdiff
path: root/third_party/chromium/crypto/sha2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/chromium/crypto/sha2.cc')
-rw-r--r--third_party/chromium/crypto/sha2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/chromium/crypto/sha2.cc b/third_party/chromium/crypto/sha2.cc
index 7dcef0b..1ab3fe1 100644
--- a/third_party/chromium/crypto/sha2.cc
+++ b/third_party/chromium/crypto/sha2.cc
@@ -7,8 +7,6 @@
#include <algorithm>
#include <openssl/sha.h>
-#include <base/memory/scoped_ptr.h>
-
namespace crypto {
void SHA256HashString(const std::string& str, uint8_t* output, size_t len) {