Index: Source/platform/SSLKeyGenerator.h |
diff --git a/Source/platform/SSLKeyGenerator.h b/Source/platform/SSLKeyGenerator.h |
index 2cb57db323561d1032ae2e3728d3426c937fc823..5f27649f2165cfe6433376773d47ae8873a44392 100644 |
--- a/Source/platform/SSLKeyGenerator.h |
+++ b/Source/platform/SSLKeyGenerator.h |
@@ -30,7 +30,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class KURL; |
class Locale; |
@@ -45,6 +45,6 @@ PLATFORM_EXPORT void getSupportedKeySizes(Locale&, Vector<String>& sizes); |
// key (from a newly generated key pair). |
PLATFORM_EXPORT String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String& challengeString, const KURL&); |
-} // namespace WebCore |
+} // namespace blink |
#endif // SSLKeyGenerator_h |