diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 15:15:16 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 15:15:16 +0000 |
commit | adee30da55ddec8b5be4c1146986f2b6d30a3ded (patch) | |
tree | 2758b6d35698b5974dfd22c91e6d9c5dfaf3daf6 /chrome/browser/spellchecker.cc | |
parent | 397908018088686f21a81bbb822c519bdc2eae7a (diff) | |
download | chromium_src-adee30da55ddec8b5be4c1146986f2b6d30a3ded.zip chromium_src-adee30da55ddec8b5be4c1146986f2b6d30a3ded.tar.gz chromium_src-adee30da55ddec8b5be4c1146986f2b6d30a3ded.tar.bz2 |
Pull the entire hunspell tree and place it in depsBUG=14756TEST=Compiled Chromium, ran tests
Review URL: http://codereview.chromium.org/174127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23957 0039d316-1c4b-4281-b951-d872f2087c98
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 8cb9dd7..b8bcc7f 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -23,7 +23,7 @@ #include "chrome/common/chrome_paths.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" -#include "chrome/third_party/hunspell/src/hunspell/hunspell.hxx" +#include "third_party/hunspell/src/hunspell/hunspell.hxx" #include "grit/generated_resources.h" #include "grit/locale_settings.h" #include "net/url_request/url_request.h" @@ -379,7 +379,7 @@ SpellChecker::SpellChecker(const FilePath& dict_dir, url_request_context_(request_context), obtaining_dictionary_(false), auto_spell_correct_turned_on_(false), - is_using_platform_spelling_engine_(false), + is_using_platform_spelling_engine_(false), fetcher_(NULL), ALLOW_THIS_IN_INITIALIZER_LIST( on_dictionary_save_complete_callback_factory_(this)) { |