| Index: sync/js/js_test_util.cc
|
| diff --git a/sync/js/js_test_util.cc b/sync/js/js_test_util.cc
|
| index d90485b9ce76253376be0cc4d3a943d1903716bf..6d9679f2602d03366d771f6c8c5e3de6d9df7599 100644
|
| --- a/sync/js/js_test_util.cc
|
| +++ b/sync/js/js_test_util.cc
|
| @@ -9,7 +9,7 @@
|
| #include "sync/js/js_arg_list.h"
|
| #include "sync/js/js_event_details.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| void PrintTo(const JsArgList& args, ::std::ostream* os) {
|
| *os << args.ToString();
|
| @@ -133,5 +133,5 @@ WeakHandle<JsReplyHandler> MockJsReplyHandler::AsWeakHandle() {
|
| return MakeWeakHandle(AsWeakPtr());
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
|
|