summaryrefslogtreecommitdiffstats
path: root/sync/test/engine/fake_sync_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/engine/fake_sync_scheduler.h')
-rw-r--r--sync/test/engine/fake_sync_scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/test/engine/fake_sync_scheduler.h b/sync/test/engine/fake_sync_scheduler.h
index 9638ea6..1b9f266e 100644
--- a/sync/test/engine/fake_sync_scheduler.h
+++ b/sync/test/engine/fake_sync_scheduler.h
@@ -53,7 +53,7 @@ class FakeSyncScheduler : public SyncScheduler {
const sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
private:
- MessageLoop* const created_on_loop_;
+ base::MessageLoop* const created_on_loop_;
};
} // namespace syncer