summaryrefslogtreecommitdiffstats
path: root/sync/js/sync_js_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/js/sync_js_controller.cc')
-rw-r--r--sync/js/sync_js_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/js/sync_js_controller.cc b/sync/js/sync_js_controller.cc
index 0448486..b2f57ea 100644
--- a/sync/js/sync_js_controller.cc
+++ b/sync/js/sync_js_controller.cc
@@ -8,7 +8,7 @@
#include "sync/js/js_backend.h"
#include "sync/js/js_event_details.h"
-namespace browser_sync {
+namespace csync {
SyncJsController::PendingJsMessage::PendingJsMessage(
const std::string& name, const JsArgList& args,
@@ -80,4 +80,4 @@ void SyncJsController::UpdateBackendEventHandler() {
}
}
-} // namespace browser_sync
+} // namespace csync