| Index: third_party/hunspell/src/hunspell/filemgr.cxx
|
| diff --git a/third_party/hunspell_new/src/hunspell/filemgr.cxx b/third_party/hunspell/src/hunspell/filemgr.cxx
|
| similarity index 97%
|
| rename from third_party/hunspell_new/src/hunspell/filemgr.cxx
|
| rename to third_party/hunspell/src/hunspell/filemgr.cxx
|
| index 16217c5b64213d6fefb79f8e94eb781fe0ad83e5..05fc3077896f2bf965e3acc13716e0ebe330b522 100644
|
| --- a/third_party/hunspell_new/src/hunspell/filemgr.cxx
|
| +++ b/third_party/hunspell/src/hunspell/filemgr.cxx
|
| @@ -8,7 +8,7 @@
|
| #include "filemgr.hxx"
|
|
|
| #ifdef HUNSPELL_CHROME_CLIENT
|
| -#include "third_party/hunspell_new/google/bdict_reader.h"
|
| +#include "third_party/hunspell/google/bdict_reader.h"
|
|
|
| FileMgr::FileMgr(hunspell::LineIterator* iterator) : iterator_(iterator) {
|
| }
|
|
|