Chromium Code Reviews| Index: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
| diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
| index 1c0325f6a9859b10f861dc0314fd83e39600f169..1ff60c704a2b42f9114cc2411f789b3661cce362 100644 |
| --- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
| +++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
| @@ -13,6 +13,7 @@ |
| #include "fake_core_interface.h" |
| #include "fake_var_interface.h" |
| +#include "fake_var_manager.h" |
| #include "nacl_io/pepper_interface_dummy.h" |
| #include "sdk_util/macros.h" |
| @@ -149,6 +150,7 @@ class FakeFileRefInterface : public nacl_io::FileRefInterface { |
| private: |
| FakeCoreInterface* core_interface_; // Weak reference. |
| FakeVarInterface* var_interface_; // Weak reference. |
| + FakeVarManager* var_manager_; |
|
binji
2014/01/17 01:31:14
weak reference
Sam Clegg
2014/01/17 22:40:11
Done.
|
| DISALLOW_COPY_AND_ASSIGN(FakeFileRefInterface); |
| }; |
| @@ -188,6 +190,7 @@ class FakePepperInterfaceHtml5Fs : public nacl_io::PepperInterfaceDummy { |
| FakeCoreInterface core_interface_; |
| FakeVarInterface var_interface_; |
| + FakeVarManager var_manager_; |
| FakeHtml5FsFilesystem filesystem_template_; |
| FakeFileSystemInterface file_system_interface_; |
| FakeFileRefInterface file_ref_interface_; |