| Index: sync/api/sync_data.cc
|
| diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc
|
| index 8b2e96aaecd4a598ca74faabe3e2eab36a1130d7..43e44ebba8950ea4eea173555aebe1d15929acd3 100644
|
| --- a/sync/api/sync_data.cc
|
| +++ b/sync/api/sync_data.cc
|
| @@ -15,6 +15,8 @@
|
| #include "sync/protocol/proto_value_conversions.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|
| +namespace csync {
|
| +
|
| void SyncData::ImmutableSyncEntityTraits::InitializeWrapper(
|
| Wrapper* wrapper) {
|
| *wrapper = new sync_pb::SyncEntity();
|
| @@ -138,3 +140,5 @@ std::string SyncData::ToString() const {
|
| void PrintTo(const SyncData& sync_data, std::ostream* os) {
|
| *os << sync_data.ToString();
|
| }
|
| +
|
| +} // namespace csync
|
|
|