diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 21:52:41 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 21:52:41 +0000 |
commit | 7bfc4a2cafc3f89ec56c9c06ae4bdcacf5f4c578 (patch) | |
tree | 4f6ff2e37a7b91992497bea75af330026066b6ae /chrome | |
parent | 8c7f229697b25ac588a9f786ad80466f141eac18 (diff) | |
download | chromium_src-7bfc4a2cafc3f89ec56c9c06ae4bdcacf5f4c578.zip chromium_src-7bfc4a2cafc3f89ec56c9c06ae4bdcacf5f4c578.tar.gz chromium_src-7bfc4a2cafc3f89ec56c9c06ae4bdcacf5f4c578.tar.bz2 |
Another attempt at tree fix.
TBR=pkasting
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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)) { |