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

Unified Diff: sync/js/js_event_details.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_controller.h ('k') | sync/js/js_event_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_event_details.h
diff --git a/sync/js/js_event_details.h b/sync/js/js_event_details.h
index ad93b67602bec917c946912e03016764cf999993..fb3bf39344f3017ac42fc401292de112f3fb285d 100644
--- a/sync/js/js_event_details.h
+++ b/sync/js/js_event_details.h
@@ -13,7 +13,7 @@
#include "base/values.h"
#include "sync/internal_api/public/util/immutable.h"
-namespace csync {
+namespace syncer {
// A thin wrapper around Immutable<DictionaryValue>. Used for passing
// around event details to different threads.
@@ -40,6 +40,6 @@ class JsEventDetails {
ImmutableDictionaryValue details_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_EVENT_DETAILS_H_
« no previous file with comments | « sync/js/js_controller.h ('k') | sync/js/js_event_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698