diff options
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host.h')
-rw-r--r-- | chrome/browser/sync/glue/sync_backend_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h index 9e1f8c5..5150d4d 100644 --- a/chrome/browser/sync/glue/sync_backend_host.h +++ b/chrome/browser/sync/glue/sync_backend_host.h @@ -277,7 +277,7 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { // any dependent types to GROUP_PASSIVE, so that the syncapi doesn't call // into garbage. If an index is non-NULL, it means at least one ModelType // that routes to that model safe group is being synced. - scoped_refptr<browser_sync::ModelSafeWorker> + browser_sync::ModelSafeWorker* workers[browser_sync::MODEL_SAFE_GROUP_COUNT]; browser_sync::ModelSafeRoutingInfo routing_info; } registrar_; |