diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 21:43:56 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 21:43:56 +0000 |
commit | 0f51d4a28303ed8f44e62b879e8c9d26a64439ce (patch) | |
tree | 214f86706db7abd5dfd00bab11d329991e4f0e20 /chrome/browser/spellchecker.cc | |
parent | 66889721c5f053cc89677adaca5652246c87450f (diff) | |
download | chromium_src-0f51d4a28303ed8f44e62b879e8c9d26a64439ce.zip chromium_src-0f51d4a28303ed8f44e62b879e8c9d26a64439ce.tar.gz chromium_src-0f51d4a28303ed8f44e62b879e8c9d26a64439ce.tar.bz2 |
Fix build.
TBR=pkasting
BUG=none
TEST=none.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r-- | chrome/browser/spellchecker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index da330f1..96902f7 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -379,8 +379,8 @@ SpellChecker::SpellChecker(const FilePath& dict_dir, obtaining_dictionary_(false), auto_spell_correct_turned_on_(false), is_using_platform_spelling_engine_(false), - fetcher_(NULL), ui_loop_(MessageLoop::current()), + fetcher_(NULL), ALLOW_THIS_IN_INITIALIZER_LIST( on_dictionary_save_complete_callback_factory_(this)) { if (SpellCheckerPlatform::SpellCheckerAvailable()) { |