| Index: sync/internal_api/public/user_share.h
|
| diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
|
| index 95eb7f25f5bd5915a2f5ae4f888bcbb73f2f6a0c..d7936a41869d5ee58129cf17523c6353c502e171 100644
|
| --- a/sync/internal_api/public/user_share.h
|
| +++ b/sync/internal_api/public/user_share.h
|
| @@ -14,7 +14,7 @@ namespace syncable {
|
| class Directory;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // A UserShare encapsulates the syncable pieces that represent an authenticated
|
| // user and their data (share).
|
| @@ -31,6 +31,6 @@ struct UserShare {
|
| std::string name;
|
| };
|
|
|
| -}
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_USER_SHARE_H_
|
|
|