| Index: chrome/browser/sync/engine/all_status.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/all_status.h (revision 27909)
|
| +++ chrome/browser/sync/engine/all_status.h (working copy)
|
| @@ -35,7 +35,7 @@
|
| class AllStatus {
|
| friend class ScopedStatusLockWithNotify;
|
| public:
|
| - typedef EventChannel<AllStatusEvent, PThreadMutex> Channel;
|
| + typedef EventChannel<AllStatusEvent, Lock> Channel;
|
|
|
| // Status of the entire sync process distilled into a single enum.
|
| enum SyncStatus {
|
|
|