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

Unified Diff: webkit/plugins/ppapi/file_type_conversions.cc

Issue 7248047: Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencies to PPB_FileIO, PPB... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months 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: webkit/plugins/ppapi/file_type_conversions.cc
===================================================================
--- webkit/plugins/ppapi/file_type_conversions.cc (revision 91228)
+++ webkit/plugins/ppapi/file_type_conversions.cc (working copy)
@@ -4,7 +4,7 @@
#include "webkit/plugins/ppapi/file_type_conversions.h"
-#include "ppapi/c/dev/ppb_file_io_dev.h"
+#include "ppapi/c/ppb_file_io.h"
brettw 2011/07/06 16:00:34 Should be below.
sanga 2011/07/06 16:18:59 Done.
#include "ppapi/c/pp_errors.h"
namespace webkit {
@@ -74,4 +74,3 @@
} // namespace ppapi
} // namespace webkit
-

Powered by Google App Engine
This is Rietveld 408576698