| Index: chrome/browser/sync/engine/net/server_connection_manager.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/net/server_connection_manager.h (revision 27909)
|
| +++ chrome/browser/sync/engine/net/server_connection_manager.h (working copy)
|
| @@ -116,7 +116,7 @@
|
| friend class Post;
|
| friend struct WatchServerStatus;
|
| public:
|
| - typedef EventChannel<ServerConnectionEvent, PThreadMutex> Channel;
|
| + typedef EventChannel<ServerConnectionEvent, Lock> Channel;
|
|
|
| // The lifetime of the GaiaAuthenticator must be longer than the instance
|
| // of the ServerConnectionManager that you're creating.
|
|
|