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

Unified Diff: sync/js/js_reply_handler.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_event_handler.h ('k') | sync/js/js_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_reply_handler.h
diff --git a/sync/js/js_reply_handler.h b/sync/js/js_reply_handler.h
index 9749297a1f616521cd2befaf9b2d727662b34a75..6f793c0978214ccb7d42621b5e97e9b6bb89ff2a 100644
--- a/sync/js/js_reply_handler.h
+++ b/sync/js/js_reply_handler.h
@@ -10,7 +10,7 @@
#include <string>
-namespace csync {
+namespace syncer {
class JsArgList;
@@ -25,6 +25,6 @@ class JsReplyHandler {
virtual ~JsReplyHandler() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_REPLY_HANDLER_H_
« no previous file with comments | « sync/js/js_event_handler.h ('k') | sync/js/js_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698