summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/file_system.cc')
-rw-r--r--ppapi/cpp/file_system.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/cpp/file_system.cc b/ppapi/cpp/file_system.cc
index b5ee1f3..8499dfd 100644
--- a/ppapi/cpp/file_system.cc
+++ b/ppapi/cpp/file_system.cc
@@ -21,6 +21,9 @@ template <> const char* interface_name<PPB_FileSystem>() {
} // namespace
+FileSystem::FileSystem() {
+}
+
FileSystem::FileSystem(Instance* instance,
PP_FileSystemType type) {
if (!has_interface<PPB_FileSystem>())