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

Unified Diff: sync/engine/net/url_translator.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/engine/net/server_connection_manager.cc ('k') | sync/engine/net/url_translator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/net/url_translator.h
diff --git a/sync/engine/net/url_translator.h b/sync/engine/net/url_translator.h
index 184238071e95675d26201f00cd3cdbc5c474849a..043a2fe2aabe51186d80110a4694db6890d37f3a 100644
--- a/sync/engine/net/url_translator.h
+++ b/sync/engine/net/url_translator.h
@@ -11,7 +11,7 @@
#include <string>
-namespace csync {
+namespace syncer {
// Convenience wrappers around CgiEscapePath(), used by gaia_auth.
std::string CgiEscapeString(const char* src);
@@ -23,6 +23,6 @@ std::string MakeSyncServerPath(const std::string& path,
std::string MakeSyncQueryString(const std::string& client_id);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_NET_URL_TRANSLATOR_H_
« no previous file with comments | « sync/engine/net/server_connection_manager.cc ('k') | sync/engine/net/url_translator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698