0

hunspell: Cleanup to fix the header include guards under google/ directory.

The header include guards should match the file path from root.

These entries were found using fix-include-guards.py
script found attached in http://crbug.com/435361#c7.

BUG=None
R=rouslan@chromium.org

Review URL: https://codereview.chromium.org/1293643002

Cr-Commit-Position: refs/heads/master@{#343825}
This commit is contained in:
tfarina
2015-08-17 22:24:28 -07:00
committed by Commit bot
parent e84d8390ea
commit 2278675b1e
3 changed files with 9 additions and 9 deletions
third_party/hunspell/google

@ -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_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_H__
#define CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_H__
#ifndef THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_H_
#define THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_H_
#include "base/basictypes.h"
#include "base/md5.h"
@ -208,4 +208,4 @@ class BDict {
} // namespace hunspell
#endif // CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_H__
#endif // THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_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_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
#define CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
#ifndef THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_READER_H_
#define THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_READER_H_
#include <string>
#include <vector>
@ -150,4 +150,4 @@ class BDictReader {
} // namespace hunspell
#endif // CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
#endif // THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_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_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H__
#define CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H__
#ifndef THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H_
#define THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H_
#include <string>
#include <vector>
@ -67,4 +67,4 @@ class BDictWriter {
} // namespace hunspell
#endif // CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H__
#endif // THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_WRITER_H_