| Index: chrome/utility/chrome_content_utility_client.h
|
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
|
| index c1c8eb716de6cb4bdf9f2d400cf4802580e03a89..447948970e893dc9d5ea2a2b2e9532c7ab604113 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -50,12 +50,12 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
| const base::FileDescriptor& dest_fd);
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| - void OnPatchFileBsdiff(const base::FilePath& input_file,
|
| - const base::FilePath& patch_file,
|
| - const base::FilePath& output_file);
|
| - void OnPatchFileCourgette(const base::FilePath& input_file,
|
| - const base::FilePath& patch_file,
|
| - const base::FilePath& output_file);
|
| + void OnPatchFileBsdiff(const IPC::PlatformFileForTransit& input_file,
|
| + const IPC::PlatformFileForTransit& patch_file,
|
| + const IPC::PlatformFileForTransit& output_file);
|
| + void OnPatchFileCourgette(const IPC::PlatformFileForTransit& input_file,
|
| + const IPC::PlatformFileForTransit& patch_file,
|
| + const IPC::PlatformFileForTransit& output_file);
|
| void OnStartupPing();
|
| #if defined(FULL_SAFE_BROWSING)
|
| void OnAnalyzeZipFileForDownloadProtection(
|
|
|