Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
index e5c4ca0772d5ee34aa4e95b36ab6572c5f37e71b..e1990989fcd1563aa7bdc2bc4731ff68259ecf48 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
@@ -386,7 +386,6 @@ class DataReductionProxyTestContext { |
}; |
DataReductionProxyTestContext( |
- scoped_ptr<base::MessageLoop> loop, |
scoped_refptr<base::SingleThreadTaskRunner> task_runner, |
scoped_ptr<TestingPrefServiceSimple> simple_pref_service, |
scoped_ptr<net::TestNetLog> net_log, |
@@ -405,8 +404,6 @@ class DataReductionProxyTestContext { |
unsigned int test_context_flags_; |
- scoped_ptr<base::MessageLoop> loop_; |
- |
scoped_refptr<base::SingleThreadTaskRunner> task_runner_; |
scoped_ptr<TestingPrefServiceSimple> simple_pref_service_; |
scoped_ptr<net::TestNetLog> net_log_; |