| Index: ppapi/cpp/file_system.cc
|
| diff --git a/ppapi/cpp/file_system.cc b/ppapi/cpp/file_system.cc
|
| index 022288c0c48c6e81691229fa41a3580080f4cfd1..de14c369f94d794b8ddfda86c2bfd069c5ca9ba8 100644
|
| --- a/ppapi/cpp/file_system.cc
|
| +++ b/ppapi/cpp/file_system.cc
|
| @@ -25,6 +25,10 @@ template <> const char* interface_name<PPB_FileSystem_1_0>() {
|
| FileSystem::FileSystem() {
|
| }
|
|
|
| +FileSystem::FileSystem(PassRef, PP_Resource resource)
|
| + : Resource(PASS_REF, resource) {
|
| +}
|
| +
|
| FileSystem::FileSystem(const InstanceHandle& instance,
|
| PP_FileSystemType type) {
|
| if (!has_interface<PPB_FileSystem_1_0>())
|
|
|