Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / tests / nacl_io_test / jspipe_test.cc
index 63872be..b14bf18 100644 (file)
@@ -27,6 +27,8 @@ namespace {
 
 class JSPipeTest : public ::testing::Test {
  public:
+  JSPipeTest() : fs_(&pepper_) {}
+
   void SetUp() {
     ASSERT_EQ(0, ki_push_state_for_testing());
     ASSERT_EQ(0, ki_init(&kp_));
@@ -40,6 +42,7 @@ class JSPipeTest : public ::testing::Test {
 
  protected:
   KernelProxy kp_;
+  FakePepperInterface pepper_;
   DevFsForTesting fs_;
   ScopedNode pipe_dev_;
 };