Chromium Code Reviews| Index: net/http/http_cache.h |
| =================================================================== |
| --- net/http/http_cache.h (revision 26789) |
| +++ net/http/http_cache.h (working copy) |
| @@ -93,7 +93,7 @@ |
| disk_cache::Backend* disk_cache() { return disk_cache_.get(); } |
| // HttpTransactionFactory implementation: |
| - virtual HttpTransaction* CreateTransaction(); |
| + virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans); |
| virtual HttpCache* GetCache(); |
| virtual void Suspend(bool suspend); |