Index: third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h |
diff --git a/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h b/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h |
index 96255035e3512fca10104086ee8fda316cc10d6c..538272daeb92b449bbbe099daeaf3a9c124a9306 100644 |
--- a/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h |
+++ b/third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h |
@@ -123,7 +123,8 @@ class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams { |
class WebCryptoHmacImportParams : public WebCryptoAlgorithmParamsWithHash { |
public: |
- // FIXME: Remove this constructor once it is no longer used by Chromium. http://crbug.com/431085 |
+ // FIXME: Remove this constructor once it is no longer used by Chromium. |
+ // http://crbug.com/431085 |
explicit WebCryptoHmacImportParams(const WebCryptoAlgorithm& hash) |
: WebCryptoAlgorithmParamsWithHash(hash), |
m_hasLengthBits(false), |