Chromium Code Reviews| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
| index d4eedb0f1b1641b5fe8dab819f0c15fc0043b6d0..3935a4b158b9311ea7686dfd22175ddb84349f8f 100644 |
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
| @@ -4,11 +4,11 @@ |
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" |
| +#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/command_line.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/metrics/field_trial.h" |
| #include "base/strings/string_number_conversions.h" |
| #include "base/strings/string_piece.h" |