| Index: content/browser/renderer_host/file_utilities_message_filter.h
|
| diff --git a/content/browser/renderer_host/file_utilities_message_filter.h b/content/browser/renderer_host/file_utilities_message_filter.h
|
| index d698885bbe4eeab263dd2c787a9f6d2443f98e16..9faacef55746e6d928b58f66db382892d9a94cdc 100644
|
| --- a/content/browser/renderer_host/file_utilities_message_filter.h
|
| +++ b/content/browser/renderer_host/file_utilities_message_filter.h
|
| @@ -36,10 +36,10 @@ class FileUtilitiesMessageFilter : public BrowserMessageFilter {
|
| typedef void (*FileInfoWriteFunc)(IPC::Message* reply_msg,
|
| const base::PlatformFileInfo& file_info);
|
|
|
| - void OnGetFileInfo(const FilePath& path,
|
| + void OnGetFileInfo(const base::FilePath& path,
|
| base::PlatformFileInfo* result,
|
| base::PlatformFileError* status);
|
| - void OnOpenFile(const FilePath& path,
|
| + void OnOpenFile(const base::FilePath& path,
|
| int mode,
|
| IPC::PlatformFileForTransit* result);
|
|
|
|
|