// Copyright 2010 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_TOOLS_CONVERT_DICT_DIC_READER_H__ #define CHROME_TOOLS_CONVERT_DICT_DIC_READER_H__ #include <stdio.h> #include <string> #include <vector> namespace base { class FilePath; } namespace convert_dict { class AffReader; // Reads Hunspell .dic files. class DicReader { … }; } // namespace convert_dict #endif // CHROME_TOOLS_CONVERT_DICT_DIC_READER_H__