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

Unified Diff: sync/js/sync_js_controller.cc

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/js/sync_js_controller.h ('k') | sync/js/sync_js_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/sync_js_controller.cc
diff --git a/sync/js/sync_js_controller.cc b/sync/js/sync_js_controller.cc
index b2f57ea035f1e4173e6372be50858dc47e2421b8..49f3cc79e6d9a20da350719ceac6fe719f58ddd4 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 csync {
+namespace syncer {
SyncJsController::PendingJsMessage::PendingJsMessage(
const std::string& name, const JsArgList& args,
@@ -80,4 +80,4 @@ void SyncJsController::UpdateBackendEventHandler() {
}
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/js/sync_js_controller.h ('k') | sync/js/sync_js_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698