summaryrefslogtreecommitdiff
path: root/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/crypto/CryptoAlgorithmIdentifier.h')
-rw-r--r--Source/WebCore/crypto/CryptoAlgorithmIdentifier.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h b/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h
index 403b0a173..13ef2e9cb 100644
--- a/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h
+++ b/Source/WebCore/crypto/CryptoAlgorithmIdentifier.h
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef CryptoAlgorithmIdentifier_h
-#define CryptoAlgorithmIdentifier_h
+#pragma once
#if ENABLE(SUBTLE_CRYPTO)
@@ -55,7 +54,6 @@ enum class CryptoAlgorithmIdentifier {
PBKDF2
};
-}
+} // namespace WebCore
#endif // ENABLE(SUBTLE_CRYPTO)
-#endif // CryptoAlgorithmIdentifier_h