| Index: chrome/browser/sync/engine/syncer_status.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/syncer_status.h (revision 26817)
|
| +++ chrome/browser/sync/engine/syncer_status.h (working copy)
|
| @@ -27,8 +27,8 @@
|
| 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();
|
|
|
|
|