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

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 69381)
+++ chrome/browser/renderer_host/pepper_file_message_filter.h (working copy)
@@ -16,7 +16,7 @@
#include "build/build_config.h"
#include "chrome/browser/browser_message_filter.h"
#include "ipc/ipc_platform_file.h"
-#include "webkit/glue/plugins/pepper_dir_contents.h"
+#include "webkit/plugins/ppapi/dir_contents.h"
class Profile;
@@ -54,7 +54,7 @@
base::PlatformFileInfo* info,
base::PlatformFileError* error);
void OnPepperGetDirContents(const FilePath& path,
- PepperDirContents* contents,
+ webkit::ppapi::DirContents* contents,
base::PlatformFileError* error);
FilePath MakePepperPath(const FilePath& base_path);

Powered by Google App Engine
This is Rietveld 408576698