| Index: native_client_sdk/src/libraries/nacl_io/mount.cc
|
| ===================================================================
|
| --- native_client_sdk/src/libraries/nacl_io/mount.cc (revision 204339)
|
| +++ native_client_sdk/src/libraries/nacl_io/mount.cc (working copy)
|
| @@ -13,8 +13,8 @@
|
| #include "nacl_io/mount_node_mem.h"
|
| #include "nacl_io/osstat.h"
|
| #include "nacl_io/path.h"
|
| -#include "utils/auto_lock.h"
|
| -#include "utils/ref_object.h"
|
| +#include "sdk_util/auto_lock.h"
|
| +#include "sdk_util/ref_object.h"
|
|
|
| #if defined(WIN32)
|
| #include <windows.h>
|
| @@ -62,4 +62,5 @@
|
|
|
| void Mount::OnNodeDestroyed(MountNode* node) {
|
| if (node->stat_.st_ino) inode_pool_.Release(node->stat_.st_ino);
|
| -}
|
| +}
|
| +
|
|
|