| Index: chrome/tools/convert_dict/convert_dict.cc
|
| diff --git a/chrome/tools/convert_dict/convert_dict.cc b/chrome/tools/convert_dict/convert_dict.cc
|
| index 29e4a1e2976e1109709bb070b1d94f473990c68a..6566d9109b5407c13d27172286b2429d84a14ca0 100644
|
| --- a/chrome/tools/convert_dict/convert_dict.cc
|
| +++ b/chrome/tools/convert_dict/convert_dict.cc
|
| @@ -22,8 +22,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "chrome/tools/convert_dict/aff_reader.h"
|
| #include "chrome/tools/convert_dict/dic_reader.h"
|
| -#include "third_party/hunspell_new/google/bdict_reader.h"
|
| -#include "third_party/hunspell_new/google/bdict_writer.h"
|
| +#include "third_party/hunspell/google/bdict_reader.h"
|
| +#include "third_party/hunspell/google/bdict_writer.h"
|
|
|
| namespace {
|
|
|
|
|