summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellcheck_unittest.cc
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 15:15:16 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 15:15:16 +0000
commitadee30da55ddec8b5be4c1146986f2b6d30a3ded (patch)
tree2758b6d35698b5974dfd22c91e6d9c5dfaf3daf6 /chrome/browser/spellcheck_unittest.cc
parent397908018088686f21a81bbb822c519bdc2eae7a (diff)
downloadchromium_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/spellcheck_unittest.cc')
-rw-r--r--chrome/browser/spellcheck_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/spellcheck_unittest.cc b/chrome/browser/spellcheck_unittest.cc
index 7e817ec..8231e0d 100644
--- a/chrome/browser/spellcheck_unittest.cc
+++ b/chrome/browser/spellcheck_unittest.cc
@@ -31,7 +31,6 @@ FilePath GetHunspellDirectory() {
if (!PathService::Get(base::DIR_SOURCE_ROOT, &hunspell_directory))
return FilePath();
- hunspell_directory = hunspell_directory.AppendASCII("chrome");
hunspell_directory = hunspell_directory.AppendASCII("third_party");
hunspell_directory = hunspell_directory.AppendASCII("hunspell");
hunspell_directory = hunspell_directory.AppendASCII("dictionaries");