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

Unified Diff: base/crypto/secure_hash_default.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 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
« no previous file with comments | « base/crypto/rsa_private_key_mac.cc ('k') | base/crypto/signature_creator_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/crypto/secure_hash_default.cc
diff --git a/base/crypto/secure_hash_default.cc b/base/crypto/secure_hash_default.cc
index 436867ee2ec2f4bf49c5db9b34e9d5fd19283208..156ac95fcadf2f940c8e12b86cf0b4b8ca1e3156 100644
--- a/base/crypto/secure_hash_default.cc
+++ b/base/crypto/secure_hash_default.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/crypto/secure_hash.h"
+#include <stddef.h>
+#include "base/crypto/secure_hash.h"
#include "base/logging.h"
#include "base/third_party/nss/blapi.h"
-#include "base/third_party/nss/sha256.h"
+#include "base/third_party/nss/blapit.h"
namespace base {
« no previous file with comments | « base/crypto/rsa_private_key_mac.cc ('k') | base/crypto/signature_creator_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698