Home | History | Annotate | Download | only in sync_file_system

Lines Matching refs:RemoteFileSyncService

31     scoped_ptr<RemoteFileSyncService> mock_remote_service) {
41 RemoteFileSyncService::AppendDependsOnFactories(
42 RemoteFileSyncService::V1, &factories);
43 RemoteFileSyncService::AppendDependsOnFactories(
44 RemoteFileSyncService::V2, &factories);
63 scoped_ptr<RemoteFileSyncService> remote_file_service;
67 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
68 RemoteFileSyncService::V2, context, service->task_logger());
70 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
71 RemoteFileSyncService::V1, context, service->task_logger());