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

Unified Diff: base/string_split.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_piece.cc ('k') | base/string_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_split.cc
diff --git a/base/string_split.cc b/base/string_split.cc
index 44b5d067615c8d4cd1b1112d8cc2642a6ae76d6b..17e75a395016d244b1468ab806d0e9b51201d18d 100644
--- a/base/string_split.cc
+++ b/base/string_split.cc
@@ -2,12 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/string_split.h"
+#include <stddef.h>
+#include <string>
+#include <utility>
+#include <vector>
#include "base/logging.h"
+#include "base/string16.h"
#include "base/string_util.h"
#include "base/third_party/icu/icu_utf.h"
-#include "base/utf_string_conversions.h"
namespace base {
« no previous file with comments | « base/string_piece.cc ('k') | base/string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698