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:
third_party/hunspell/google
6
third_party/hunspell/google/bdict.h
vendored
6
third_party/hunspell/google/bdict.h
vendored
@ -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_
|
||||
|
6
third_party/hunspell/google/bdict_reader.h
vendored
6
third_party/hunspell/google/bdict_reader.h
vendored
@ -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_
|
||||
|
6
third_party/hunspell/google/bdict_writer.h
vendored
6
third_party/hunspell/google/bdict_writer.h
vendored
@ -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_
|
||||
|
Reference in New Issue
Block a user