summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev/directory_entry_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/dev/directory_entry_dev.h')
-rw-r--r--ppapi/cpp/dev/directory_entry_dev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/cpp/dev/directory_entry_dev.h b/ppapi/cpp/dev/directory_entry_dev.h
index 6b91ebf..9866213 100644
--- a/ppapi/cpp/dev/directory_entry_dev.h
+++ b/ppapi/cpp/dev/directory_entry_dev.h
@@ -13,7 +13,9 @@ namespace pp {
class DirectoryEntry_Dev {
public:
DirectoryEntry_Dev();
+ DirectoryEntry_Dev(PassRef, const PP_DirectoryEntry_Dev& data);
DirectoryEntry_Dev(const DirectoryEntry_Dev& other);
+
~DirectoryEntry_Dev();
DirectoryEntry_Dev& operator=(const DirectoryEntry_Dev& other);
@@ -28,7 +30,6 @@ class DirectoryEntry_Dev {
PP_FileType file_type() const { return data_.file_type; }
private:
- friend class DirectoryReader_Dev;
PP_DirectoryEntry_Dev data_;
};