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