| Index: content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
|
| index 216a6fbc66206a6c994f38c8c960e88eaba26a00..3845528725ed3c971156e9c94f7487e11c89722c 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
|
| @@ -37,7 +37,7 @@ class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter {
|
| PepperFlashFileMessageFilter(PP_Instance instance,
|
| BrowserPpapiHost* host);
|
|
|
| - static FilePath GetDataDirName(const FilePath& profile_path);
|
| + static base::FilePath GetDataDirName(const base::FilePath& profile_path);
|
|
|
| private:
|
| virtual ~PepperFlashFileMessageFilter();
|
| @@ -66,7 +66,7 @@ class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter {
|
| const ppapi::PepperFilePath& path);
|
| int32_t OnCreateTemporaryFile(ppapi::host::HostMessageContext* context);
|
|
|
| - FilePath ValidateAndConvertPepperFilePath(
|
| + base::FilePath ValidateAndConvertPepperFilePath(
|
| const ppapi::PepperFilePath& pepper_path,
|
| int flags);
|
|
|
|
|