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_ |