| Index: content/browser/renderer_host/redirect_to_file_resource_handler.h
|
| diff --git a/content/browser/renderer_host/redirect_to_file_resource_handler.h b/content/browser/renderer_host/redirect_to_file_resource_handler.h
|
| index 285980e90e61f2a9f134c720b121d218cf5b7573..5178ed4f899abbf984046983bfe9b13f580dee16 100644
|
| --- a/content/browser/renderer_host/redirect_to_file_resource_handler.h
|
| +++ b/content/browser/renderer_host/redirect_to_file_resource_handler.h
|
| @@ -56,7 +56,7 @@ class RedirectToFileResourceHandler : public LayeredResourceHandler {
|
| virtual ~RedirectToFileResourceHandler();
|
| void DidCreateTemporaryFile(base::PlatformFileError error_code,
|
| base::PassPlatformFile file_handle,
|
| - FilePath file_path);
|
| + const FilePath& file_path);
|
| void DidWriteToFile(int result);
|
| bool WriteMore();
|
| bool BufIsFull() const;
|
|
|