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

Unified Diff: base/values.h

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.h
diff --git a/base/values.h b/base/values.h
index 4025c751eebec44e940d34eeee8931b098564207..495d1fadebf82efe698d48c96940e2f28e2822bd 100644
--- a/base/values.h
+++ b/base/values.h
@@ -17,9 +17,12 @@
#ifndef BASE_VALUES_H_
#define BASE_VALUES_H_
-#include <iterator>
+#include <stddef.h>
+
+#include <iosfwd>
#include <map>
#include <string>
+#include <utility>
#include <vector>
#include "base/base_export.h"
@@ -35,7 +38,6 @@
// http://crbug.com/88666
namespace base {
-class BinaryValue;
class DictionaryValue;
class FundamentalValue;
class ListValue;
« no previous file with comments | « base/value_conversions.cc ('k') | base/values.cc » ('j') | sync/notifier/p2p_invalidator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698