| 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 6008f6db712a956b2965e9006302f371fce75ec0..880e672cd5f870b769404b5d519e38213ad1543e 100644
|
| --- a/chrome/browser/sync/glue/ui_model_worker.h
|
| +++ b/chrome/browser/sync/glue/ui_model_worker.h
|
| @@ -49,7 +49,7 @@ class UIModelWorker : public browser_sync::ModelSafeWorker {
|
| virtual ~CallDoWorkAndSignalTask() { }
|
|
|
| // Task implementation.
|
| - virtual void Run();
|
| + virtual void Run() OVERRIDE;
|
|
|
| private:
|
| // Task data - a closure and a waitable event to signal after the work has
|
|
|