Index: Source/platform/weborigin/DatabaseIdentifier.h |
diff --git a/Source/platform/weborigin/DatabaseIdentifier.h b/Source/platform/weborigin/DatabaseIdentifier.h |
index f4fd8d8a88cd79e53c381059ca32d422359e1694..c6985a72de2978d155648b8430074ed8ad76cc1b 100644 |
--- a/Source/platform/weborigin/DatabaseIdentifier.h |
+++ b/Source/platform/weborigin/DatabaseIdentifier.h |
@@ -33,11 +33,11 @@ |
#include "platform/weborigin/SecurityOrigin.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
PLATFORM_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&); |
PLATFORM_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*); |
-} // namespace WebCore |
+} // namespace blink |
#endif // DatabaseIdentifier_h |