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

Unified Diff: sync/js/js_arg_list.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/internal_api/write_transaction.cc ('k') | sync/js/js_arg_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_arg_list.h
diff --git a/sync/js/js_arg_list.h b/sync/js/js_arg_list.h
index 28244e84de19ef07dbcbbcf8b0e538f9aae0a95c..6e388690ffff83f39ebc20d245c7ada599b77dd6 100644
--- a/sync/js/js_arg_list.h
+++ b/sync/js/js_arg_list.h
@@ -13,7 +13,7 @@
#include "base/values.h"
#include "sync/internal_api/public/util/immutable.h"
-namespace csync {
+namespace syncer {
// A thin wrapper around Immutable<ListValue>. Used for passing
// around argument lists to different threads.
@@ -39,6 +39,6 @@ class JsArgList {
ImmutableListValue args_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_ARG_LIST_H_
« no previous file with comments | « sync/internal_api/write_transaction.cc ('k') | sync/js/js_arg_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698