| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 87ac602b477e845e0c57a0948419fa137d67121c..de2be0f7fb004b90195c6e1aa17f821e1ebebb7a 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -154,7 +154,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| static const int kAvgBytesPerOutstandingRequest = 4400;
|
|
|
| SaveFileManager* save_file_manager() const {
|
| - return save_file_manager_;
|
| + return save_file_manager_.get();
|
| }
|
|
|
| // Called when the unload handler for a cross-site request has finished.
|
|
|