Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc |
index ea8bd2d9d4d29e539307a8b0496bf7dcd6eb4e61..e8736a660bd18cd7205cd0f793e2bee1d219a9f6 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc |
@@ -9,13 +9,13 @@ |
#include <algorithm> |
#include <map> |
+#include <memory> |
megjablon
2016/04/12 21:55:36
Unnecessary include
dcheng
2016/04/12 22:38:34
Done.
|
#include <string> |
#include <vector> |
#include "base/base64.h" |
#include "base/macros.h" |
#include "base/md5.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/string_split.h" |
#include "base/strings/stringprintf.h" |