| Index: chrome/browser/sync/util/event_sys-inl.h
|
| ===================================================================
|
| --- chrome/browser/sync/util/event_sys-inl.h (revision 26817)
|
| +++ chrome/browser/sync/util/event_sys-inl.h (working copy)
|
| @@ -105,8 +105,9 @@
|
| public:
|
| // The shutdown event gets send in the EventChannel's destructor.
|
| explicit EventChannel(const EventType& shutdown_event)
|
| - : callback_waiters_(NULL), shutdown_event_(shutdown_event),
|
| - current_listener_callback_(NULL) {
|
| + : current_listener_callback_(NULL),
|
| + callback_waiters_(NULL),
|
| + shutdown_event_(shutdown_event) {
|
| }
|
|
|
| ~EventChannel() {
|
|
|