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

Unified Diff: third_party/WebKit/Source/platform/network/mime/ContentType.cpp

Issue 2482653002: Move MIME related platform files under network/mime (Closed)
Patch Set: fix Created 4 years 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
Index: third_party/WebKit/Source/platform/network/mime/ContentType.cpp
diff --git a/third_party/WebKit/Source/platform/ContentType.cpp b/third_party/WebKit/Source/platform/network/mime/ContentType.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/ContentType.cpp
rename to third_party/WebKit/Source/platform/network/mime/ContentType.cpp
index 8edb5c5cd4b7fe48999d819973e23959b2ce8509..cc1fa9dc02c8f872d4a015e597d53688f0c28d14 100644
--- a/third_party/WebKit/Source/platform/ContentType.cpp
+++ b/third_party/WebKit/Source/platform/network/mime/ContentType.cpp
@@ -26,7 +26,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/ContentType.h"
+#include "platform/network/mime/ContentType.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698