| Index: sync/engine/sync_scheduler_impl.h
|
| diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h
|
| index 61351b782e5ebb9ab6329569fb9869dbbb707c2e..c511d933497caa841a399c7d325b394b8cadd762 100644
|
| --- a/sync/engine/sync_scheduler_impl.h
|
| +++ b/sync/engine/sync_scheduler_impl.h
|
| @@ -287,7 +287,7 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl : public SyncScheduler {
|
|
|
| // The message loop this object is on. Almost all methods have to
|
| // be called on this thread.
|
| - MessageLoop* const sync_loop_;
|
| + base::MessageLoop* const sync_loop_;
|
|
|
| // Set in Start(), unset in Stop().
|
| bool started_;
|
|
|