Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
index 36d2cd31b400508d62062db5e219f2e20584d9f5..8a7b6cf070b055e00645a587dae1135d5e187e65 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
@@ -5,10 +5,10 @@ |
#ifndef COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_MUTABLE_CONFIG_VALUES_H_ |
#define COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_MUTABLE_CONFIG_VALUES_H_ |
+#include <memory> |
#include <vector> |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/threading/thread_checker.h" |
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h" |
#include "net/proxy/proxy_server.h" |
@@ -25,8 +25,8 @@ class DataReductionProxyMutableConfigValues |
public: |
// Creates a new |DataReductionProxyMutableConfigValues| using |params| as |
// the basis for its initial values. |
- static scoped_ptr<DataReductionProxyMutableConfigValues> CreateFromParams( |
- const DataReductionProxyParams* params); |
+ static std::unique_ptr<DataReductionProxyMutableConfigValues> |
+ CreateFromParams(const DataReductionProxyParams* params); |
~DataReductionProxyMutableConfigValues() override; |