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

Unified Diff: third_party/hunspell/google/bdict_writer.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_reader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/google/bdict_writer.h
diff --git a/third_party/hunspell/google/bdict_writer.h b/third_party/hunspell/google/bdict_writer.h
index e4366d9ea187dd4ee66838fecf97029ec74e9946..8f5085fb7a577633dc588c6147fea85b7ee488aa 100644
--- a/third_party/hunspell/google/bdict_writer.h
+++ b/third_party/hunspell/google/bdict_writer.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_
« no previous file with comments | « third_party/hunspell/google/bdict_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698