diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncer_status.h')
-rw-r--r-- | chrome/browser/sync/engine/syncer_status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/syncer_status.h b/chrome/browser/sync/engine/syncer_status.h index 8da52a8..8301b56 100644 --- a/chrome/browser/sync/engine/syncer_status.h +++ b/chrome/browser/sync/engine/syncer_status.h @@ -27,8 +27,8 @@ class SyncerSession; class SyncerStatus { public: SyncerStatus(SyncCycleState* cycle_state, SyncProcessState* state) - : sync_process_state_(state), - sync_cycle_state_(cycle_state){} + : sync_cycle_state_(cycle_state), + sync_process_state_(state) {} explicit SyncerStatus(SyncerSession* s); ~SyncerStatus(); |