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

Unified Diff: ppapi/proxy/serialized_structs.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: ppapi/proxy/serialized_structs.cc
===================================================================
--- ppapi/proxy/serialized_structs.cc (revision 91228)
+++ ppapi/proxy/serialized_structs.cc (working copy)
@@ -5,8 +5,8 @@
#include "ppapi/proxy/serialized_structs.h"
#include "ppapi/c/dev/ppb_font_dev.h"
-#include "ppapi/c/dev/pp_file_info_dev.h"
#include "ppapi/c/pp_rect.h"
+#include "ppapi/c/pp_file_info.h"
brettw 2011/07/06 16:00:34 Should be moved above to be in order.
sanga 2011/07/06 16:18:59 Done.
namespace pp {
namespace proxy {

Powered by Google App Engine
This is Rietveld 408576698