Index: Source/platform/MIMETypeRegistry.cpp |
diff --git a/Source/platform/MIMETypeRegistry.cpp b/Source/platform/MIMETypeRegistry.cpp |
index 9f5fc20a91e9a953c0344ec9fd44654a15120526..6ad609978febb98058722f9176e141e8a4ee549b 100644 |
--- a/Source/platform/MIMETypeRegistry.cpp |
+++ b/Source/platform/MIMETypeRegistry.cpp |
@@ -37,7 +37,7 @@ |
#include "public/platform/WebMimeRegistry.h" |
#include "wtf/text/CString.h" |
-namespace WebCore { |
+namespace blink { |
String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) |
{ |
@@ -122,4 +122,4 @@ bool MIMETypeRegistry::isJavaAppletMIMEType(const String& mimeType) |
|| mimeType.startsWith("application/x-java-vm", false); |
} |
-} // namespace WebCore |
+} // namespace blink |