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

Unified Diff: ppapi/cpp/dev/directory_reader_dev.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, 6 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/cpp/dev/directory_reader_dev.h
===================================================================
--- ppapi/cpp/dev/directory_reader_dev.h (revision 91228)
+++ ppapi/cpp/dev/directory_reader_dev.h (working copy)
@@ -14,12 +14,12 @@
class CompletionCallback;
class DirectoryEntry_Dev;
-class FileRef_Dev;
+class FileRef;
class DirectoryReader_Dev : public Resource {
public:
// Creates a DirectoryReader for the given directory.
- DirectoryReader_Dev(const FileRef_Dev& directory_ref);
+ explicit DirectoryReader_Dev(const FileRef& directory_ref);
DirectoryReader_Dev(const DirectoryReader_Dev& other);

Powered by Google App Engine
This is Rietveld 408576698