Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/hunspell/google/bdict_reader.h

Issue 1293643002: hunspell: Cleanup to fix the header include guards under google/ directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell/google/bdict.h ('k') | third_party/hunspell/google/bdict_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/google/bdict_reader.h
diff --git a/third_party/hunspell/google/bdict_reader.h b/third_party/hunspell/google/bdict_reader.h
index 370391d908e717f59be6df6500379085a40b4877..c0a889f6be2737f8fd2bb1c7a4a681cf50e3a7f2 100644
--- a/third_party/hunspell/google/bdict_reader.h
+++ b/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_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_
« no previous file with comments | « third_party/hunspell/google/bdict.h ('k') | third_party/hunspell/google/bdict_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698