diff options
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r-- | chrome/browser/spellchecker.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index 96902f7..8cb9dd7 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -375,11 +375,11 @@ SpellChecker::SpellChecker(const FilePath& dict_dir, #endif tried_to_download_dictionary_file_(false), file_loop_(NULL), + ui_loop_(MessageLoop::current()), url_request_context_(request_context), obtaining_dictionary_(false), auto_spell_correct_turned_on_(false), - is_using_platform_spelling_engine_(false), - ui_loop_(MessageLoop::current()), + is_using_platform_spelling_engine_(false), fetcher_(NULL), ALLOW_THIS_IN_INITIALIZER_LIST( on_dictionary_save_complete_callback_factory_(this)) { |