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

Unified Diff: sync/engine/sync_engine_event.cc

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/engine/sync_engine_event.h ('k') | sync/engine/sync_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_engine_event.cc
diff --git a/sync/engine/sync_engine_event.cc b/sync/engine/sync_engine_event.cc
index d3624485b6a4312c4ac9796a1f635dad2326b400..2df3d6284c527bc7b8cbb98e6d1fafe5f3b995f3 100644
--- a/sync/engine/sync_engine_event.cc
+++ b/sync/engine/sync_engine_event.cc
@@ -4,11 +4,11 @@
#include "sync/engine/sync_engine_event.h"
-namespace csync {
+namespace syncer {
SyncEngineEvent::SyncEngineEvent(EventCause cause) : what_happened(cause) {
}
SyncEngineEvent::~SyncEngineEvent() {}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/engine/sync_engine_event.h ('k') | sync/engine/sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698