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

Unified Diff: sync/js/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_backend.h ('k') | sync/js/js_event_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_controller.h
diff --git a/sync/js/js_controller.h b/sync/js/js_controller.h
index e1a0d8ae1793dec3f0f1438a45efecd6a03eb552..359958cf9376bf96b6e0644398e0ba758fbdd2ac 100644
--- a/sync/js/js_controller.h
+++ b/sync/js/js_controller.h
@@ -10,7 +10,7 @@
#include <string>
-namespace csync {
+namespace syncer {
class JsArgList;
class JsEventHandler;
@@ -45,6 +45,6 @@ class JsController {
virtual ~JsController() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_CONTROLLER_H_
« no previous file with comments | « sync/js/js_backend.h ('k') | sync/js/js_event_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698