| Index: content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| index 7e010d6dbb378414c2c8f4261a53eae691832eb9..f18b93b8b398efffc48af10712c91d74911edf49 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| @@ -259,7 +259,7 @@ int32_t PepperFlashFileMessageFilter::OnCreateTemporaryFile(
|
| }
|
|
|
| base::FilePath file_path;
|
| - if (!file_util::CreateTemporaryFileInDir(validated_dir_path, &file_path)) {
|
| + if (!base::CreateTemporaryFileInDir(validated_dir_path, &file_path)) {
|
| return ppapi::PlatformFileErrorToPepperError(
|
| base::PLATFORM_FILE_ERROR_FAILED);
|
| }
|
|
|