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

Unified Diff: webkit/plugins/ppapi/ppb_file_ref_impl.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/ppb_file_ref_impl.cc
===================================================================
--- webkit/plugins/ppapi/ppb_file_ref_impl.cc (revision 91228)
+++ webkit/plugins/ppapi/ppb_file_ref_impl.cc (working copy)
@@ -104,7 +104,7 @@
return this;
}
-PP_FileSystemType_Dev PPB_FileRef_Impl::GetFileSystemType() const {
+PP_FileSystemType PPB_FileRef_Impl::GetFileSystemType() const {
// When the file ref exists but there's no explicit filesystem object
// associated with it, that means it's an "external" filesystem.
if (!file_system_)

Powered by Google App Engine
This is Rietveld 408576698