Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / tests / nacl_io_test / kernel_object_test.cc
index 4350aae..e168d79 100644 (file)
@@ -32,7 +32,8 @@ class FilesystemForTesting : public Filesystem {
 
  public:
   Error Access(const Path& path, int a_mode) { return ENOSYS; }
-  Error Open(const Path& path, int mode, ScopedNode* out_node) {
+  Error OpenWithMode(const Path& path, int open_flags,
+                     mode_t mode, ScopedNode* out_node) {
     out_node->reset(NULL);
     return ENOSYS;
   }