diff options
-rw-r--r-- | DEPS | 5 | ||||
-rw-r--r-- | chrome/renderer/spellchecker/spellcheck_unittest.cc | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -36,7 +36,10 @@ deps = { "/trunk/deps/third_party/icu42@47106", "src/third_party/hunspell": - "/trunk/deps/third_party/hunspell128@46230", + "/trunk/deps/third_party/hunspell128@48011", + + "src/third_party/hunspell_dictionaries": + "/trunk/deps/third_party/hunspell_dictionaries@48011", "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@327", diff --git a/chrome/renderer/spellchecker/spellcheck_unittest.cc b/chrome/renderer/spellchecker/spellcheck_unittest.cc index 2b956ee..bb5b2f5 100644 --- a/chrome/renderer/spellchecker/spellcheck_unittest.cc +++ b/chrome/renderer/spellchecker/spellcheck_unittest.cc @@ -28,8 +28,7 @@ FilePath GetHunspellDirectory() { return FilePath(); hunspell_directory = hunspell_directory.AppendASCII("third_party"); - hunspell_directory = hunspell_directory.AppendASCII("hunspell"); - hunspell_directory = hunspell_directory.AppendASCII("dictionaries"); + hunspell_directory = hunspell_directory.AppendASCII("hunspell_dictionaries"); return hunspell_directory; } |