diff options
Diffstat (limited to 'chrome/browser/sync/glue/change_processor.h')
-rw-r--r-- | chrome/browser/sync/glue/change_processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/change_processor.h b/chrome/browser/sync/glue/change_processor.h index e9b15d4..c5c43f7 100644 --- a/chrome/browser/sync/glue/change_processor.h +++ b/chrome/browser/sync/glue/change_processor.h @@ -26,8 +26,8 @@ class ChangeProcessor : public BookmarkModelObserver, public ChangeProcessingInterface { public: ChangeProcessor(UnrecoverableErrorHandler* error_handler) - : error_handler_(error_handler), model_associator_(NULL), - share_handle_(NULL), running_(false), bookmark_model_(NULL) {} + : running_(false), error_handler_(error_handler), + bookmark_model_(NULL), share_handle_(NULL), model_associator_(NULL) {} virtual ~ChangeProcessor() { Stop(); } // Call when the processor should accept changes from either provided model |