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

Unified Diff: Source/platform/MIMETypeRegistry.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/MIMETypeRegistry.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MIMETypeRegistry.cpp
diff --git a/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp b/Source/platform/MIMETypeRegistry.cpp
similarity index 98%
rename from Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
rename to Source/platform/MIMETypeRegistry.cpp
index 1d93eeb74630521b908b5c7b95521d39270f2ccf..52b1c134e378d2465f3f5ee08a5f8cb52b97f846 100644
--- a/Source/core/platform/chromium/MIMETypeRegistryChromium.cpp
+++ b/Source/platform/MIMETypeRegistry.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/MIMETypeRegistry.h"
+#include "platform/MIMETypeRegistry.h"
-#include "core/plugins/PluginData.h"
+#include "platform/plugins/PluginData.h"
#include "public/platform/Platform.h"
#include "public/platform/WebMimeRegistry.h"
« no previous file with comments | « Source/platform/MIMETypeRegistry.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698