| Index: sync/api/fake_syncable_service.h
|
| diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
|
| index 9f10a65795dda43e2d0f7e583baa35e9b881360b..aa8c462409a6767683d18bc1325882878c87999c 100644
|
| --- a/sync/api/fake_syncable_service.h
|
| +++ b/sync/api/fake_syncable_service.h
|
| @@ -8,6 +8,8 @@
|
|
|
| #include "sync/api/syncable_service.h"
|
|
|
| +namespace csync {
|
| +
|
| class SyncErrorFactory;
|
|
|
| // A fake SyncableService that can return arbitrary values and maintains the
|
| @@ -45,4 +47,6 @@ class FakeSyncableService : public SyncableService {
|
| syncable::ModelType type_;
|
| };
|
|
|
| +} // namespace csync
|
| +
|
| #endif // SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
|
|