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

Unified Diff: net/disk_cache/simple/simple_experiment_unittest.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: manual change Created 4 years 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: net/disk_cache/simple/simple_experiment_unittest.cc
diff --git a/net/disk_cache/simple/simple_experiment_unittest.cc b/net/disk_cache/simple/simple_experiment_unittest.cc
index ca187e413bfa6f1dc41451ce8e211b843001210b..66d04000ed9f80ccff8bbf5149a2a38792e5285d 100644
--- a/net/disk_cache/simple/simple_experiment_unittest.cc
+++ b/net/disk_cache/simple/simple_experiment_unittest.cc
@@ -10,6 +10,7 @@
#include <utility>
#include "base/feature_list.h"
+#include "base/memory/ptr_util.h"
#include "base/metrics/field_trial.h"
#include "base/metrics/field_trial_param_associator.h"
#include "base/optional.h"

Powered by Google App Engine
This is Rietveld 408576698