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

Unified Diff: base/sha1_portable.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/scoped_temp_dir.cc ('k') | base/sha2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sha1_portable.cc
diff --git a/base/sha1_portable.cc b/base/sha1_portable.cc
index d0f3c1c3392b17ce0d42049023a5edb7327dc14f..d523529d62757cddcfe94e38a8013174235c8282 100644
--- a/base/sha1_portable.cc
+++ b/base/sha1_portable.cc
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/sha1.h"
+#include <stddef.h>
+#include <string>
#include "base/basictypes.h"
« no previous file with comments | « base/scoped_temp_dir.cc ('k') | base/sha2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698