| Index: Source/platform/MIMETypeFromURL.h
|
| diff --git a/Source/platform/MIMETypeFromURL.h b/Source/platform/MIMETypeFromURL.h
|
| index 6467f9f4596998095577d5841266985dce6d70f0..52da262033c2df93446b4592c04ca8d56f4762ea 100644
|
| --- a/Source/platform/MIMETypeFromURL.h
|
| +++ b/Source/platform/MIMETypeFromURL.h
|
| @@ -29,13 +29,13 @@
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class KURL;
|
|
|
| PLATFORM_EXPORT String mimeTypeFromDataURL(const String& url);
|
| PLATFORM_EXPORT String mimeTypeFromURL(const KURL&);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIMETypeFromURL_h
|
|
|