diff options
Diffstat (limited to 'parser/html/nsHtml5ViewSourceUtils.h')
-rw-r--r-- | parser/html/nsHtml5ViewSourceUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/html/nsHtml5ViewSourceUtils.h b/parser/html/nsHtml5ViewSourceUtils.h index c418c18d5..1644801b6 100644 --- a/parser/html/nsHtml5ViewSourceUtils.h +++ b/parser/html/nsHtml5ViewSourceUtils.h @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef nsHtml5ViewSourceUtils_h_ -#define nsHtml5ViewSourceUtils_h_ +#ifndef nsHtml5ViewSourceUtils_h +#define nsHtml5ViewSourceUtils_h #include "nsHtml5HtmlAttributes.h" @@ -14,4 +14,4 @@ class nsHtml5ViewSourceUtils static nsHtml5HtmlAttributes* NewLinkAttributes(); }; -#endif // nsHtml5ViewSourceUtils_h_ +#endif // nsHtml5ViewSourceUtils_h |