| Index: content/browser/loader/redirect_to_file_resource_handler.h
|
| diff --git a/content/browser/loader/redirect_to_file_resource_handler.h b/content/browser/loader/redirect_to_file_resource_handler.h
|
| index 167dc9e07a8732aba18b61efb569da4fa7e2c5c8..574738a4e104e0240882ca7a8fc943146b823546 100644
|
| --- a/content/browser/loader/redirect_to_file_resource_handler.h
|
| +++ b/content/browser/loader/redirect_to_file_resource_handler.h
|
| @@ -56,7 +56,7 @@ class RedirectToFileResourceHandler : public LayeredResourceHandler {
|
| private:
|
| void DidCreateTemporaryFile(base::PlatformFileError error_code,
|
| base::PassPlatformFile file_handle,
|
| - const FilePath& file_path);
|
| + const base::FilePath& file_path);
|
| void DidWriteToFile(int result);
|
| bool WriteMore();
|
| bool BufIsFull() const;
|
|
|