Chromium Code Reviews| Index: chrome/browser/sync/engine/client_command_channel.h |
| =================================================================== |
| --- chrome/browser/sync/engine/client_command_channel.h (revision 27909) |
| +++ chrome/browser/sync/engine/client_command_channel.h (working copy) |
| @@ -23,7 +23,7 @@ |
| } |
| }; |
| -typedef EventChannel<ClientCommandChannelTraits, PThreadMutex> |
| +typedef EventChannel<ClientCommandChannelTraits, Lock> |
| ClientCommandChannel; |
| } // namespace browser_sync |