| Index: chrome/browser/local_discovery/privet_http_unittest.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_unittest.cc b/chrome/browser/local_discovery/privet_http_unittest.cc
|
| index 5c9e760b115bee3fb8a2aeb10ed022d9bd06d1e3..32f98d5189765b57dbc92b93e581bdf6e10a68da 100644
|
| --- a/chrome/browser/local_discovery/privet_http_unittest.cc
|
| +++ b/chrome/browser/local_discovery/privet_http_unittest.cc
|
| @@ -242,11 +242,11 @@ class PrivetHTTPTest : public ::testing::Test {
|
|
|
| request_context_= new net::TestURLRequestContextGetter(
|
| base::MessageLoopProxy::current());
|
| - privet_client_ = PrivetV1HTTPClient::CreateDefault(
|
| - make_scoped_ptr<PrivetHTTPClient>(
|
| + privet_client_ =
|
| + PrivetV1HTTPClient::CreateDefault(make_scoped_ptr<PrivetHTTPClient>(
|
| new PrivetHTTPClientImpl("sampleDevice._privet._tcp.local",
|
| net::HostPortPair("10.0.0.8", 6006),
|
| - request_context_)));
|
| + request_context_.get())));
|
| fetcher_factory_.SetDelegateForTests(&fetcher_delegate_);
|
| }
|
|
|
|
|