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

Unified Diff: base/string_piece.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/string_number_conversions.cc ('k') | base/string_split.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_piece.cc
diff --git a/base/string_piece.cc b/base/string_piece.cc
index 3ccb4f0431c52c8e068c729bf625504306aed8f2..a40b695de0453aa037bd347898bb99743a934491 100644
--- a/base/string_piece.cc
+++ b/base/string_piece.cc
@@ -3,8 +3,12 @@
// found in the LICENSE file.
// Copied from strings/stringpiece.cc with modifications
+#include <limits.h>
+#include <stddef.h>
+#include <string.h>
#include <algorithm>
#include <ostream>
+#include <string>
#include "base/string_piece.h"
« no previous file with comments | « base/string_number_conversions.cc ('k') | base/string_split.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698