Index: content/browser/renderer_host/redirect_to_file_resource_handler.cc |
diff --git a/content/browser/renderer_host/redirect_to_file_resource_handler.cc b/content/browser/renderer_host/redirect_to_file_resource_handler.cc |
index 1c10a3e0a7bcedd7245d2ad9d9abe617117786af..54329db573f9184f25af4cb880602120aa31f1d7 100644 |
--- a/content/browser/renderer_host/redirect_to_file_resource_handler.cc |
+++ b/content/browser/renderer_host/redirect_to_file_resource_handler.cc |
@@ -153,7 +153,7 @@ RedirectToFileResourceHandler::~RedirectToFileResourceHandler() { |
void RedirectToFileResourceHandler::DidCreateTemporaryFile( |
base::PlatformFileError /*error_code*/, |
base::PassPlatformFile file_handle, |
- FilePath file_path) { |
+ const FilePath& file_path) { |
if (request_was_closed_) { |
// If the request was already closed, then don't bother allocating the |
// file_stream_ (otherwise we will leak it). |