| Index: chrome/renderer/spellchecker/hunspell_engine.cc
|
| diff --git a/chrome/renderer/spellchecker/hunspell_engine.cc b/chrome/renderer/spellchecker/hunspell_engine.cc
|
| index 37d47b849dca7eaf71a6155e31e648170de164ec..b37f227a968cdf1f524d2bb3f15f35ecca58d8a0 100644
|
| --- a/chrome/renderer/spellchecker/hunspell_engine.cc
|
| +++ b/chrome/renderer/spellchecker/hunspell_engine.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/common/spellcheck_common.h"
|
| #include "chrome/common/spellcheck_messages.h"
|
| #include "content/public/renderer/render_thread.h"
|
| -#include "third_party/hunspell_new/src/hunspell/hunspell.hxx"
|
| +#include "third_party/hunspell/src/hunspell/hunspell.hxx"
|
|
|
| using content::RenderThread;
|
|
|
|
|