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

Unified Diff: sync/engine/sync_engine_event.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: sync/engine/sync_engine_event.h
diff --git a/sync/engine/sync_engine_event.h b/sync/engine/sync_engine_event.h
index e0d011cf594483df3f4514ba2f207c561782d077..6545461e8d606983040a44a403d1209e9ccbdbd8 100644
--- a/sync/engine/sync_engine_event.h
+++ b/sync/engine/sync_engine_event.h
@@ -15,7 +15,7 @@ namespace syncable {
class Id;
}
-namespace csync {
+namespace syncer {
struct SyncEngineEvent {
enum EventCause {
@@ -67,6 +67,6 @@ class SyncEngineEventListener {
virtual ~SyncEngineEventListener() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_SYNC_ENGINE_EVENT_H_

Powered by Google App Engine
This is Rietveld 408576698