diff options
Diffstat (limited to 'sync/engine/syncer_util.h')
-rw-r--r-- | sync/engine/syncer_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/syncer_util.h b/sync/engine/syncer_util.h index e7d0515..7312ab7 100644 --- a/sync/engine/syncer_util.h +++ b/sync/engine/syncer_util.h @@ -19,7 +19,7 @@ #include "sync/syncable/metahandle_set.h" #include "sync/syncable/syncable_id.h" -namespace csync { +namespace syncer { class Cryptographer; class SyncEntity; @@ -123,6 +123,6 @@ class SyncerUtil { DISALLOW_IMPLICIT_CONSTRUCTORS(SyncerUtil); }; -} // namespace csync +} // namespace syncer #endif // SYNC_ENGINE_SYNCER_UTIL_H_ |