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

Unified Diff: Source/platform/MIMETypeFromURL.cpp

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/platform/MIMETypeFromURL.h ('k') | Source/platform/MIMETypeRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MIMETypeFromURL.cpp
diff --git a/Source/core/platform/MIMETypeFromURL.cpp b/Source/platform/MIMETypeFromURL.cpp
similarity index 96%
rename from Source/core/platform/MIMETypeFromURL.cpp
rename to Source/platform/MIMETypeFromURL.cpp
index 74dba93ede225897498291bb8d28c43447409d50..c4dce280ae7fb611f0b9931dc6e575211d13ee91 100644
--- a/Source/core/platform/MIMETypeFromURL.cpp
+++ b/Source/platform/MIMETypeFromURL.cpp
@@ -25,9 +25,9 @@
*/
#include "config.h"
-#include "core/platform/MIMETypeFromURL.h"
+#include "platform/MIMETypeFromURL.h"
-#include "core/platform/MIMETypeRegistry.h"
+#include "platform/MIMETypeRegistry.h"
#include "weborigin/KURL.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/platform/MIMETypeFromURL.h ('k') | Source/platform/MIMETypeRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698