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

Unified Diff: base/metrics/field_trial.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 11 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/message_pump_libevent.cc ('k') | base/metrics/histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/field_trial.cc
diff --git a/base/metrics/field_trial.cc b/base/metrics/field_trial.cc
index fceccde272ab8f0029807f5fa1fa5c9c8e3b9910..79578d8e231873b884d68cad22516d1af7a54379 100644
--- a/base/metrics/field_trial.cc
+++ b/base/metrics/field_trial.cc
@@ -2,11 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/metrics/field_trial.h"
+#include <stdbool.h>
+#include <stddef.h>
+#include <map>
+#include <string>
+#include <utility>
#include "base/logging.h"
+#include "base/metrics/field_trial.h"
#include "base/rand_util.h"
#include "base/stringprintf.h"
+#include "base/synchronization/lock.h"
+#include "base/time.h"
#include "base/utf_string_conversions.h"
namespace base {
« no previous file with comments | « base/message_pump_libevent.cc ('k') | base/metrics/histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698