| Index: libraries/nacl-mounts/base/MountManager.h
|
| ===================================================================
|
| --- libraries/nacl-mounts/base/MountManager.h (revision 594)
|
| +++ libraries/nacl-mounts/base/MountManager.h (working copy)
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| + * Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| @@ -20,7 +20,7 @@
|
| #include <vector>
|
| #include "BaseMount.h"
|
| #include "../util/Path.h"
|
| -#include "../util/SimpleAutoLock.h"
|
| +#include "../util/PthreadHelpers.h"
|
|
|
| class Mount;
|
|
|
|
|