Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/path.cc |
| diff --git a/native_client_sdk/src/libraries/nacl_io/path.cc b/native_client_sdk/src/libraries/nacl_io/path.cc |
| index 88b641358965db819fec5c28e611f22104fc06ac..643f83e561d97533c0235712f8b822d1c62dadcc 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/path.cc |
| +++ b/native_client_sdk/src/libraries/nacl_io/path.cc |
| @@ -8,6 +8,8 @@ |
| #include <string.h> |
| #include <string> |
| +namespace nacl_io { |
| + |
| Path::Path() {} |
| Path::Path(const Path& path) { |
| @@ -202,3 +204,5 @@ Path& Path::operator =(const std::string& p) { |
| return Set(p); |
| } |
| +} // namespace nacl_io |
| + |