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

Unified Diff: Source/platform/MIMETypeFromURL.h

Issue 55143009: Move MIMEType classes to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 7 years, 1 month 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/modules/mediasource/WebKitMediaSource.cpp ('k') | Source/platform/MIMETypeFromURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MIMETypeFromURL.h
diff --git a/Source/core/platform/MIMETypeFromURL.h b/Source/platform/MIMETypeFromURL.h
similarity index 91%
rename from Source/core/platform/MIMETypeFromURL.h
rename to Source/platform/MIMETypeFromURL.h
index 50af6c29c9bcdfcf56c3ab203126ebd6859a4b08..6467f9f4596998095577d5841266985dce6d70f0 100644
--- a/Source/core/platform/MIMETypeFromURL.h
+++ b/Source/platform/MIMETypeFromURL.h
@@ -26,14 +26,15 @@
#ifndef MIMETypeFromURL_h
#define MIMETypeFromURL_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
namespace WebCore {
class KURL;
-String mimeTypeFromDataURL(const String& url);
-String mimeTypeFromURL(const KURL&);
+PLATFORM_EXPORT String mimeTypeFromDataURL(const String& url);
+PLATFORM_EXPORT String mimeTypeFromURL(const KURL&);
} // namespace WebCore
« no previous file with comments | « Source/modules/mediasource/WebKitMediaSource.cpp ('k') | Source/platform/MIMETypeFromURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698