| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 9ad50e986d71a15b802a4db4c35b6024af3ab786..9d13b11c192bc9104257082ff32acd6eac4959cc 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -332,7 +332,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| CompletionCallbackImpl<Transaction> io_callback_;
|
| scoped_refptr<CancelableCompletionCallback<Transaction> > cache_callback_;
|
| scoped_refptr<CancelableCompletionCallback<Transaction> >
|
| - write_headers_callback_;
|
| + write_headers_callback_;
|
| };
|
|
|
| } // namespace net
|
|
|