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

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: 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
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_

Powered by Google App Engine
This is Rietveld 408576698