Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc |
| =================================================================== |
| --- native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc (revision 204339) |
| +++ native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc (working copy) |
| @@ -8,7 +8,7 @@ |
| #include <string.h> |
| #include "nacl_io/osstat.h" |
| -#include "utils/auto_lock.h" |
| +#include "sdk_util/auto_lock.h" |
| #define BLOCK_SIZE (1 << 16) |
| #define BLOCK_MASK (BLOCK_SIZE - 1) |