diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 04:21:36 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 04:21:36 +0000 |
commit | 7b7921008623e9e2798cb6f68aae311431cc963a (patch) | |
tree | 3688dea732f7f27d33b28b3a81f65a14a98f4462 /chrome/browser/spellchecker.cc | |
parent | 83219a216999e4566d2c18ad20c0e7ac6a5a8a6f (diff) | |
download | chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.zip chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.tar.gz chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.tar.bz2 |
Pull the entire hunspell tree and place it in deps
BUG=14756
TEST=Compiled Chromium, ran tests
Review URL: http://codereview.chromium.org/174127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23946 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)) { |