| Index: chrome/tools/convert_dict/dic_reader.cc
|
| diff --git a/chrome/tools/convert_dict/dic_reader.cc b/chrome/tools/convert_dict/dic_reader.cc
|
| index 38400a9d1775bb80083a9254806a6e6a222e3a79..c8ee113cc521eb8131d4bc25c5ba6cf2d29fa14e 100644
|
| --- a/chrome/tools/convert_dict/dic_reader.cc
|
| +++ b/chrome/tools/convert_dict/dic_reader.cc
|
| @@ -128,8 +128,7 @@ bool PopulateWordSet(WordSet* word_set, FILE* file, AffReader* aff_reader,
|
|
|
| } // namespace
|
|
|
| -DicReader::DicReader(const std::string& filename) {
|
| - FilePath path = FilePath::FromWStringHack(ASCIIToWide(filename));
|
| +DicReader::DicReader(const FilePath& path) {
|
| file_ = file_util::OpenFile(path, "r");
|
|
|
| FilePath additional_path =
|
|
|