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

Unified Diff: base/sha2.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 11 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/sha1_portable.cc ('k') | base/shared_memory_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sha2.cc
diff --git a/base/sha2.cc b/base/sha2.cc
index c0fd0ab5d596eb7cd2e1202e32707bdd04f9cae6..f933e500fde990475b44b62674cff68812b08912 100644
--- a/base/sha2.cc
+++ b/base/sha2.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/sha2.h"
+#include <stddef.h>
+#include <string>
#include "base/stl_util-inl.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/sha1_portable.cc ('k') | base/shared_memory_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698