| 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 af94de5640b669a6f98231204822b464850b4215..4a59345f4845c1fa1bafd7acffc076d6538ac04a 100644
|
| --- a/chrome/browser/sync/glue/ui_model_worker.h
|
| +++ b/chrome/browser/sync/glue/ui_model_worker.h
|
| @@ -28,7 +28,6 @@ namespace browser_sync {
|
| class UIModelWorker : public browser_sync::ModelSafeWorker {
|
| public:
|
| UIModelWorker();
|
| - virtual ~UIModelWorker();
|
|
|
| // Called by the UI thread on shutdown of the sync service. Blocks until
|
| // the UIModelWorker has safely met termination conditions, namely that
|
| @@ -68,6 +67,8 @@ class UIModelWorker : public browser_sync::ModelSafeWorker {
|
| STOPPED,
|
| };
|
|
|
| + virtual ~UIModelWorker();
|
| +
|
| // This is set by the UI thread, but is not explicitly thread safe, so only
|
| // read this value from other threads when you know it is absolutely safe.
|
| State state_;
|
|
|