| Index: native_client_sdk/src/libraries/nacl_io/path.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/path.h b/native_client_sdk/src/libraries/nacl_io/path.h
|
| index fcbaa33d677ac113ffb7aa178645bc7c540cd748..555794afadebd6e997b8aa4a86dda51b0ebb5d2b 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/path.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/path.h
|
| @@ -10,6 +10,8 @@
|
|
|
| #include "sdk_util/macros.h"
|
|
|
| +namespace nacl_io {
|
| +
|
| typedef std::vector<std::string> StringArray_t;
|
|
|
| class Path {
|
| @@ -66,4 +68,6 @@ class Path {
|
| StringArray_t paths_;
|
| };
|
|
|
| +} // namespace nacl_io
|
| +
|
| #endif // PACKAGES_LIBRARIES_NACL_IO_PATH_H_
|
|
|