| Index: sync/api/fake_syncable_service.h
|
| diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
|
| index aa8c462409a6767683d18bc1325882878c87999c..b89cf1f7251e984d15c862b856b08d5ce32af6f4 100644
|
| --- a/sync/api/fake_syncable_service.h
|
| +++ b/sync/api/fake_syncable_service.h
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "sync/api/syncable_service.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class SyncErrorFactory;
|
|
|
| @@ -47,6 +47,6 @@ class FakeSyncableService : public SyncableService {
|
| syncable::ModelType type_;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
|
|