Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/mount_http.cc |
| =================================================================== |
| --- native_client_sdk/src/libraries/nacl_io/mount_http.cc (revision 204339) |
| +++ native_client_sdk/src/libraries/nacl_io/mount_http.cc (working copy) |
| @@ -16,7 +16,7 @@ |
| #include <vector> |
| #include "nacl_io/mount_node_dir.h" |
| #include "nacl_io/osinttypes.h" |
| -#include "utils/auto_lock.h" |
| +#include "sdk_util/auto_lock.h" |
| #if defined(WIN32) |
| #define snprintf _snprintf |