Chromium Code Reviews| Index: libraries/nacl-mounts/console/JSPipeMount.h |
| =================================================================== |
| --- libraries/nacl-mounts/console/JSPipeMount.h (revision 594) |
| +++ libraries/nacl-mounts/console/JSPipeMount.h (working copy) |
| @@ -10,7 +10,7 @@ |
| #include <string> |
| #include <vector> |
| #include "../base/BaseMount.h" |
| -#include "../util/SimpleAutoLock.h" |
| +#include "../util/PthreadHelpers.h" |
| #include "../util/macros.h" |
| // Interface for outbound pipe pool. |