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 b1d29d27622d5c8d6b591a242a873366de52be88..e133f12807194398f70cc506e5c4efd7be11054b 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 |
@@ -372,7 +372,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, |
@@ -390,8 +389,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_; |