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/tools | |
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/tools')
-rw-r--r-- | chrome/tools/convert_dict/convert_dict.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/convert_dict/convert_dict.cc b/chrome/tools/convert_dict/convert_dict.cc index 0053b21..0a99799 100644 --- a/chrome/tools/convert_dict/convert_dict.cc +++ b/chrome/tools/convert_dict/convert_dict.cc @@ -19,8 +19,8 @@ #include "base/logging.h" #include "base/process_util.h" #include "base/string_util.h" -#include "chrome/third_party/hunspell/google/bdict_reader.h" -#include "chrome/third_party/hunspell/google/bdict_writer.h" +#include "third_party/hunspell/google/bdict_reader.h" +#include "third_party/hunspell/google/bdict_writer.h" #include "chrome/tools/convert_dict/aff_reader.h" #include "chrome/tools/convert_dict/dic_reader.h" |