Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: sync/internal_api/public/user_share.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/internal_api/public/test/test_user_share.h ('k') | sync/internal_api/public/util/enum_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/internal_api/public/test/test_user_share.h ('k') | sync/internal_api/public/util/enum_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698