| Index: deps/third_party/hunspell/google/hunspell_tests.cc
|
| ===================================================================
|
| --- deps/third_party/hunspell/google/hunspell_tests.cc (revision 23800)
|
| +++ deps/third_party/hunspell/google/hunspell_tests.cc (working copy)
|
| @@ -6,9 +6,9 @@
|
| #include "base/path_service.h"
|
| #include "base/file_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 "chrome/third_party/hunspell/src/hunspell/hunspell.hxx"
|
| +#include "third_party/hunspell/google/bdict_reader.h"
|
| +#include "third_party/hunspell/google/bdict_writer.h"
|
| +#include "third_party/hunspell/src/hunspell/hunspell.hxx"
|
| #include "chrome/tools/convert_dict/aff_reader.h"
|
| #include "chrome/tools/convert_dict/dic_reader.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|