diff options
Diffstat (limited to 'sync/internal_api/public/engine/sync_status.h')
-rw-r--r-- | sync/internal_api/public/engine/sync_status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h index f05a5bc..34b951e 100644 --- a/sync/internal_api/public/engine/sync_status.h +++ b/sync/internal_api/public/engine/sync_status.h @@ -29,7 +29,7 @@ struct SyncStatus { // Notifications counters updated by the actions in synapi. int notifications_received; - browser_sync::SyncProtocolError sync_protocol_error; + csync::SyncProtocolError sync_protocol_error; // Number of encryption conflicts counted during most recent sync cycle. int encryption_conflicts; |