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

Unified Diff: sync/js/js_backend.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_arg_list_unittest.cc ('k') | sync/js/js_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_backend.h
diff --git a/sync/js/js_backend.h b/sync/js/js_backend.h
index f0febee24455cb129aa15b47df123c95903eac6c..960064e2ab265d3a7a683ee2f4c54a4fbf555966 100644
--- a/sync/js/js_backend.h
+++ b/sync/js/js_backend.h
@@ -10,7 +10,7 @@
#include <string>
-namespace csync {
+namespace syncer {
class JsArgList;
class JsEventHandler;
@@ -36,6 +36,6 @@ class JsBackend {
virtual ~JsBackend() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_BACKEND_H_
« no previous file with comments | « sync/js/js_arg_list_unittest.cc ('k') | sync/js/js_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698