| Index: chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
|
| diff --git a/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc b/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
|
| index 32e9e66496a2b240a83ac1db05d5cc64d8a622b3..538acfc6e36f0a263077ce9f28e1d5abc8797d2f 100644
|
| --- a/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
|
| +++ b/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
|
| @@ -60,8 +60,8 @@ class MockPrivetHTTPClient : public PrivetHTTPClient {
|
| const GURL& url,
|
| net::URLFetcher::RequestType request_type,
|
| PrivetURLFetcher::Delegate* delegate) OVERRIDE {
|
| - return make_scoped_ptr(
|
| - new PrivetURLFetcher(url, request_type, request_context_, delegate));
|
| + return make_scoped_ptr(new PrivetURLFetcher(
|
| + url, request_type, request_context_.get(), delegate));
|
| }
|
|
|
| scoped_refptr<net::TestURLRequestContextGetter> request_context_;
|
|
|