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

Unified Diff: sync/util/get_session_name_win.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_unittest.cc ('k') | sync/util/get_session_name_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/get_session_name_win.h
diff --git a/sync/util/get_session_name_win.h b/sync/util/get_session_name_win.h
index 590e679e6db6aa71c4abfd3223b40fdda8daad93..68b86f8d08e75b0fb4603daeb7249fddb4f89dd0 100644
--- a/sync/util/get_session_name_win.h
+++ b/sync/util/get_session_name_win.h
@@ -8,12 +8,12 @@
#include <string>
-namespace csync {
+namespace syncer {
namespace internal {
std::string GetComputerName();
} // namespace internal
-} // namespace csync
+} // namespace syncer
#endif // SYNC_UTIL_GET_SESSION_NAME_WIN_H_
« no previous file with comments | « sync/util/get_session_name_unittest.cc ('k') | sync/util/get_session_name_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698