| Index: net/url_request/url_request_context_storage.cc
|
| diff --git a/net/url_request/url_request_context_storage.cc b/net/url_request/url_request_context_storage.cc
|
| index 2bb508c28eb36036d8f466cc465c97932e1b1e37..9d22e239748075cec4819198a414d965848398a3 100644
|
| --- a/net/url_request/url_request_context_storage.cc
|
| +++ b/net/url_request/url_request_context_storage.cc
|
| @@ -29,7 +29,8 @@ URLRequestContextStorage::URLRequestContextStorage(URLRequestContext* context)
|
| DCHECK(context);
|
| }
|
|
|
| -URLRequestContextStorage::~URLRequestContextStorage() {}
|
| +URLRequestContextStorage::~URLRequestContextStorage() {
|
| +}
|
|
|
| void URLRequestContextStorage::set_net_log(NetLog* net_log) {
|
| context_->set_net_log(net_log);
|
|
|