Index: third_party/WebKit/Source/core/loader/HttpEquiv.h |
diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.h b/third_party/WebKit/Source/core/loader/HttpEquiv.h |
index c683fd405b895395a81832145698ad2cadb4cd03..e90571b06e0231b89367f3950545677adec93574 100644 |
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.h |
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.h |
@@ -13,10 +13,12 @@ namespace blink { |
class Document; |
/** |
- * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called |
- * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta |
- * tag. This enables scripts to use meta tags to perform refreshes and set expiry dates in addition to them being |
- * specified in a HTML file. |
+ * Handles a HTTP header equivalent set by a meta tag using |
+ * <meta http-equiv="..." content="...">. This is called when a meta tag is |
+ * encountered during document parsing, and also when a script dynamically |
+ * changes or adds a meta tag. This enables scripts to use meta tags to perform |
+ * refreshes and set expiry dates in addition to them being specified in a HTML |
+ * file. |
*/ |
class HttpEquiv { |
STATIC_ONLY(HttpEquiv); |