Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: Source/platform/SSLKeyGenerator.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/RefCountedSupplement.h ('k') | Source/platform/SSLKeyGenerator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/RefCountedSupplement.h ('k') | Source/platform/SSLKeyGenerator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698