summaryrefslogtreecommitdiffstats
path: root/sync/js/js_arg_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/js/js_arg_list.h')
-rw-r--r--sync/js/js_arg_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/js/js_arg_list.h b/sync/js/js_arg_list.h
index 40cf712..28244e8 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 browser_sync {
+namespace csync {
// A thin wrapper around Immutable<ListValue>. Used for passing
// around argument lists to different threads.
@@ -39,6 +39,6 @@ class JsArgList {
ImmutableListValue args_;
};
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_JS_JS_ARG_LIST_H_