| Index: native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/pepper_interface.h b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| index 31915a4e7656914632445669975b8ef252444872..3acb9a50974143c005591b29aa1beba7e7bb8544 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| @@ -23,6 +23,8 @@
|
|
|
| #include <sdk_util/macros.h>
|
|
|
| +namespace nacl_io {
|
| +
|
| // Note: To add a new interface:
|
| //
|
| // 1. Using one of the other interfaces as a template, add your interface to
|
| @@ -98,4 +100,6 @@ class ScopedResource {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedResource);
|
| };
|
|
|
| +} // namespace nacl_io
|
| +
|
| #endif // LIBRARIES_NACL_IO_PEPPER_INTERFACE_H_
|
|
|