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

Unified Diff: base/string16.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/shared_memory_posix.cc ('k') | base/string_number_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string16.cc
diff --git a/base/string16.cc b/base/string16.cc
index 6fc38ce7cb09c78ec71d2f60c4a0f4bd5bce5b4e..149c391db66e494fcc960b0554ab44b2dada075d 100644
--- a/base/string16.cc
+++ b/base/string16.cc
@@ -2,7 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdio.h>
+#include <string.h>
+#include <string>
+
#include "base/string16.h"
+#include "build/build_config.h"
#if defined(WCHAR_T_IS_UTF16)
« no previous file with comments | « base/shared_memory_posix.cc ('k') | base/string_number_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698