| Index: chrome/tools/convert_dict/convert_dict_unittest.cc
|
| diff --git a/chrome/tools/convert_dict/convert_dict_unittest.cc b/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| index 84b40a4dd2eb555c079c6a860cfecbdd4a01be0e..aa1cbd2d09718b4c0dc583858b1dc625ce5a877f 100644
|
| --- a/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| +++ b/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| @@ -13,8 +13,8 @@
|
| #include "chrome/tools/convert_dict/aff_reader.h"
|
| #include "chrome/tools/convert_dict/dic_reader.h"
|
| #include "testing/gtest/include/gtest/gtest.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 {
|
|
|
|
|