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

Unified Diff: ppapi/proxy/serialized_structs.h

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.h
===================================================================
--- ppapi/proxy/serialized_structs.h (revision 91228)
+++ ppapi/proxy/serialized_structs.h (working copy)
@@ -76,7 +76,7 @@
PPBFileRef_CreateInfo(); // Initializes to 0.
HostResource resource;
- int file_system_type; // One of PP_FileSystemType_Dev values.
+ int file_system_type; // One of PP_FileSystemType values.
SerializedVar path;
SerializedVar name;
};

Powered by Google App Engine
This is Rietveld 408576698