Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc |
index fdcc54589d092080c74b45d7922cc9c0971af0f8..e3bea87e2953e96b8446bf88a357401f109cf3c3 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc |
@@ -33,8 +33,8 @@ class DataReductionProxyHeadersTest : public testing::Test { |
} |
private: |
- scoped_ptr<DataReductionProxyEventCreator> event_creator_; |
- scoped_ptr<TestDataReductionProxyEventStorageDelegate> storage_delegate_; |
+ std::unique_ptr<DataReductionProxyEventCreator> event_creator_; |
+ std::unique_ptr<TestDataReductionProxyEventStorageDelegate> storage_delegate_; |
megjablon
2016/04/12 21:55:36
#include <memory> ?
dcheng
2016/04/12 22:38:34
Done.
|
}; |
TEST_F(DataReductionProxyHeadersTest, GetDataReductionProxyActionValue) { |