| Index: chrome/browser/sync/glue/ui_model_worker.h
|
| diff --git a/chrome/browser/sync/glue/ui_model_worker.h b/chrome/browser/sync/glue/ui_model_worker.h
|
| index f1df84c28cd6efc78be976baceab07ab037b8ae6..66a2a995e711a1362a0a948b15deb0c3bd7b2c4c 100644
|
| --- a/chrome/browser/sync/glue/ui_model_worker.h
|
| +++ b/chrome/browser/sync/glue/ui_model_worker.h
|
| @@ -31,13 +31,7 @@ namespace browser_sync {
|
| // after the actual syncer pthread has exited.
|
| class UIModelWorker : public browser_sync::ModelSafeWorker {
|
| public:
|
| - explicit UIModelWorker(MessageLoop* ui_loop)
|
| - : state_(WORKING),
|
| - pending_work_(NULL),
|
| - syncapi_has_shutdown_(false),
|
| - ui_loop_(ui_loop),
|
| - syncapi_event_(&lock_) {
|
| - }
|
| + explicit UIModelWorker(MessageLoop* ui_loop);
|
| virtual ~UIModelWorker();
|
|
|
| // A simple task to signal a waitable event after Run()ning a Closure.
|
|
|