| Index: chrome/tools/convert_dict/hunspell_reader.h
|
| diff --git a/chrome/tools/convert_dict/hunspell_reader.h b/chrome/tools/convert_dict/hunspell_reader.h
|
| index bc7c8c5f1673da47c7d53dae1550de232fc4ff73..a19bba3e55d687165732837274d07e39f2d6c0c2 100644
|
| --- a/chrome/tools/convert_dict/hunspell_reader.h
|
| +++ b/chrome/tools/convert_dict/hunspell_reader.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_TOOLS_DIC_CONVERTER_HUNSPELL_READER_H__
|
| -#define CHROME_TOOLS_DIC_CONVERTER_HUNSPELL_READER_H__
|
| +#ifndef CHROME_TOOLS_CONVERT_DICT_HUNSPELL_READER_H_
|
| +#define CHROME_TOOLS_CONVERT_DICT_HUNSPELL_READER_H_
|
|
|
| #include <string>
|
|
|
| @@ -22,4 +22,4 @@ void StripComment(std::string* line);
|
|
|
| } // namespace convert_dict
|
|
|
| -#endif // CHROME_TOOLS_DIC_CONVERTER_HUNSPELL_READER_H__
|
| +#endif // CHROME_TOOLS_CONVERT_DICT_HUNSPELL_READER_H_
|
|
|