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

Unified Diff: sync/util/get_session_name_mac.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/util/get_session_name.cc ('k') | sync/util/get_session_name_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/get_session_name_mac.h
diff --git a/sync/util/get_session_name_mac.h b/sync/util/get_session_name_mac.h
index d262f8d2e0b89f87188cd3e2ab21d84305079cc1..6d5c27cb47f80d4398b0da9cba7557d33fa5d849 100644
--- a/sync/util/get_session_name_mac.h
+++ b/sync/util/get_session_name_mac.h
@@ -8,7 +8,7 @@
#include <string>
-namespace csync {
+namespace syncer {
namespace internal {
// Returns the Hardware model name, without trailing numbers, if
@@ -18,6 +18,6 @@ namespace internal {
std::string GetHardwareModelName();
} // namespace internal
-} // namespace csync
+} // namespace syncer
#endif // SYNC_UTIL_GET_SESSION_NAME_MAC_H_
« no previous file with comments | « sync/util/get_session_name.cc ('k') | sync/util/get_session_name_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698