| Index: sync/api/syncable_service.h
|
| diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
|
| index b499a28762e4c5bba2ebd72db2de74346275f0be..5c828de6838ec8b803d482a388932c122de1fdb4 100644
|
| --- a/sync/api/syncable_service.h
|
| +++ b/sync/api/syncable_service.h
|
| @@ -16,6 +16,8 @@
|
| #include "sync/api/sync_error.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
|
|
| +namespace csync {
|
| +
|
| class SyncErrorFactory;
|
|
|
| typedef std::vector<SyncData> SyncDataList;
|
| @@ -62,4 +64,6 @@ class SyncableService : public SyncChangeProcessor,
|
| virtual ~SyncableService();
|
| };
|
|
|
| +} // namespace csync
|
| +
|
| #endif // SYNC_API_SYNCABLE_SERVICE_H_
|
|
|