Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: chrome/common/render_messages.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698