| Index: sync/internal_api/public/engine/model_safe_worker.h
|
| diff --git a/sync/internal_api/public/engine/model_safe_worker.h b/sync/internal_api/public/engine/model_safe_worker.h
|
| index 94925dfa54ac18c2937330a544a20aa4287a812e..aedf6491242695988e94b6ffa045bc8de3a550c4 100644
|
| --- a/sync/internal_api/public/engine/model_safe_worker.h
|
| +++ b/sync/internal_api/public/engine/model_safe_worker.h
|
| @@ -66,7 +66,7 @@ class WorkerLoopDestructionObserver {
|
| // work and will notify its observer.
|
| class SYNC_EXPORT ModelSafeWorker
|
| : public base::RefCountedThreadSafe<ModelSafeWorker>,
|
| - public MessageLoop::DestructionObserver {
|
| + public base::MessageLoop::DestructionObserver {
|
| public:
|
| // Subclass should implement to observe destruction of the loop where
|
| // it actually does work.
|
|
|