| Index: sync/internal_api/public/internal_components_factory_impl.h
|
| diff --git a/sync/internal_api/public/internal_components_factory_impl.h b/sync/internal_api/public/internal_components_factory_impl.h
|
| index 197ce46a443d74fb30c191fe7aaca2a1235f67c3..646da5ff07068a62178b8dcbc6f073769254a6c1 100644
|
| --- a/sync/internal_api/public/internal_components_factory_impl.h
|
| +++ b/sync/internal_api/public/internal_components_factory_impl.h
|
| @@ -26,7 +26,7 @@ class SYNC_EXPORT InternalComponentsFactoryImpl
|
| virtual scoped_ptr<sessions::SyncSessionContext> BuildContext(
|
| ServerConnectionManager* connection_manager,
|
| syncable::Directory* directory,
|
| - const std::vector<ModelSafeWorker*> workers,
|
| + const std::vector<ModelSafeWorker*>& workers,
|
| ExtensionsActivityMonitor* monitor,
|
| ThrottledDataTypeTracker* throttled_data_type_tracker,
|
| const std::vector<SyncEngineEventListener*>& listeners,
|
|
|