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

Unified Diff: base/values.cc

Issue 23540009: test IWYU fixups for base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include iterator in a couple more files Created 7 years, 4 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
Index: base/values.cc
diff --git a/base/values.cc b/base/values.cc
index adfb9801398333ded8e4773a19b98f7e2c9f1528..76e73a01935bc417e937c9b3d8e634624a7d9a9f 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -4,12 +4,15 @@
#include "base/values.h"
+#include <string.h>
+
#include <algorithm>
#include <ostream>
#include "base/float_util.h"
#include "base/json/json_writer.h"
#include "base/logging.h"
+#include "base/move.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « base/values.h ('k') | base/version.cc » ('j') | sync/notifier/p2p_invalidator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698