| Index: net/http/http_cache.cc
|
| ===================================================================
|
| --- net/http/http_cache.cc (revision 11293)
|
| +++ net/http/http_cache.cc (working copy)
|
| @@ -320,7 +320,8 @@
|
| uint64 final_upload_progress_;
|
| CompletionCallbackImpl<Transaction> network_info_callback_;
|
| CompletionCallbackImpl<Transaction> network_read_callback_;
|
| - scoped_refptr<CancelableCompletionCallback<Transaction> > cache_read_callback_;
|
| + scoped_refptr<CancelableCompletionCallback<Transaction> >
|
| + cache_read_callback_;
|
| };
|
|
|
| HttpCache::Transaction::~Transaction() {
|
|
|