| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc
|
| index a6caefe672872772e6b4170f75e9bcbacd1b514c..d0da16b18394d4dbd855cf5314b0ef7048220470 100644
|
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc
|
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc
|
| @@ -62,7 +62,7 @@ class DataReductionProxyDebugUIManagerTest
|
| public:
|
| DataReductionProxyDebugUIManagerTest()
|
| : state_(NOT_CALLED),
|
| - request_(context_.CreateRequest(GURL(), net::IDLE, &delegate_, NULL)) {
|
| + request_(context_.CreateRequest(GURL(), net::IDLE, &delegate_)) {
|
| ui_manager_ = new TestDataReductionProxyDebugUIManager(
|
| content::BrowserThread::GetMessageLoopProxyForThread(
|
| content::BrowserThread::UI),
|
|
|