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

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

Powered by Google App Engine
This is Rietveld 408576698