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

Unified Diff: sync/util/get_session_name.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/extensions_activity_monitor.cc ('k') | sync/util/get_session_name.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/get_session_name.h
diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h
index ea84aee364675daa8ea07524b429b3de3b50dc36..6e1b7ddee5c51faa83ed6647d9b8a035138a4fd5 100644
--- a/sync/util/get_session_name.h
+++ b/sync/util/get_session_name.h
@@ -15,7 +15,7 @@ namespace base {
class TaskRunner;
} // namespace base
-namespace csync {
+namespace syncer {
void GetSessionName(
const scoped_refptr<base::TaskRunner>& task_runner,
@@ -23,6 +23,6 @@ void GetSessionName(
std::string GetSessionNameSynchronouslyForTesting();
-} // namespace csync
+} // namespace syncer
#endif // SYNC_UTIL_GET_SESSION_NAME_H_
« no previous file with comments | « sync/util/extensions_activity_monitor.cc ('k') | sync/util/get_session_name.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698