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

Unified Diff: chrome/browser/renderer_host/pepper_file_message_filter.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/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

Powered by Google App Engine
This is Rietveld 408576698