| Index: chrome/common/render_messages.h
|
| ===================================================================
|
| --- chrome/common/render_messages.h (revision 69282)
|
| +++ chrome/common/render_messages.h (working copy)
|
| @@ -25,7 +25,7 @@
|
| #include "ipc/ipc_platform_file.h" // ifdefed typedef.
|
| #include "webkit/appcache/appcache_interfaces.h" // enum appcache::Status
|
| #include "webkit/fileapi/file_system_types.h" // enum fileapi::FileSystemType
|
| -#include "webkit/glue/plugins/pepper_dir_contents.h"
|
| +#include "webkit/plugins/ppapi/dir_contents.h"
|
|
|
| #if defined(OS_MACOSX)
|
| struct FontDescriptor;
|
| @@ -546,8 +546,8 @@
|
| };
|
|
|
| template <>
|
| -struct ParamTraits<PepperDirEntry> {
|
| - typedef PepperDirEntry param_type;
|
| +struct ParamTraits<webkit::plugins::ppapi::DirEntry> {
|
| + typedef webkit::plugins::ppapi::DirEntry param_type;
|
| static void Write(Message* m, const param_type& p);
|
| static bool Read(const Message* m, void** iter, param_type* p);
|
| static void Log(const param_type& p, std::string* l);
|
|
|