summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/user_share.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/user_share.h')
-rw-r--r--sync/internal_api/public/user_share.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
index 95eb7f2..d7936a4 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_