| Index: chrome/browser/renderer_host/pepper_file_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/pepper_file_message_filter.h (revision 69282)
|
| +++ chrome/browser/renderer_host/pepper_file_message_filter.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| #include "chrome/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_platform_file.h"
|
| -#include "webkit/glue/plugins/pepper_dir_contents.h"
|
| +#include "webkit/plugins/ppapi/dir_contents.h"
|
|
|
| class Profile;
|
|
|
| @@ -66,7 +66,7 @@
|
| base::PlatformFileInfo* info,
|
| base::PlatformFileError* error);
|
| void OnPepperGetDirContents(const FilePath& path,
|
| - PepperDirContents* contents,
|
| + webkit::plugins::ppapi::DirContents* contents,
|
| base::PlatformFileError* error);
|
|
|
| FilePath MakePepperPath(const FilePath& base_path);
|
|
|
| Property changes on: chrome/browser/renderer_host/pepper_file_message_filter.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|