diff options
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r-- | chrome/browser/spellchecker.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index 88261d4..78a46f5 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -385,7 +385,8 @@ SpellChecker::SpellChecker(const FilePath& dict_dir, file_loop_(NULL), url_request_context_(request_context), dic_is_downloading_(false), - ALLOW_THIS_IN_INITIALIZER_LIST(dic_download_state_changer_factory_(this)) { + ALLOW_THIS_IN_INITIALIZER_LIST( + dic_download_state_changer_factory_(this)) { // Remember UI loop to later use this as a proxy to get IO loop. ui_loop_ = MessageLoop::current(); |