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

Unified Diff: sync/js/sync_js_controller.h

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/js_test_util.cc ('k') | sync/js/sync_js_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/sync_js_controller.h
diff --git a/sync/js/sync_js_controller.h b/sync/js/sync_js_controller.h
index 26ac93ba5fe1653869fbb32a8f51fbb9e155a7ae..9eca80c7b9b19a27de27b7c12544bec4c1d9ea9d 100644
--- a/sync/js/sync_js_controller.h
+++ b/sync/js/sync_js_controller.h
@@ -18,7 +18,7 @@
#include "sync/js/js_controller.h"
#include "sync/js/js_event_handler.h"
-namespace csync {
+namespace syncer {
class JsBackend;
@@ -76,6 +76,6 @@ class SyncJsController
DISALLOW_COPY_AND_ASSIGN(SyncJsController);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_SYNC_JS_CONTROLLER_H_
« no previous file with comments | « sync/js/js_test_util.cc ('k') | sync/js/sync_js_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698