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

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

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.h
diff --git a/third_party/WebKit/Source/platform/ContentType.h b/third_party/WebKit/Source/platform/network/mime/ContentType.h
similarity index 93%
rename from third_party/WebKit/Source/platform/ContentType.h
rename to third_party/WebKit/Source/platform/network/mime/ContentType.h
index ccd966c893e8e6a72ae8905c430532e21983ab0d..5af710927ed8c9342d71e5cefd721f46f4ef4fd3 100644
--- a/third_party/WebKit/Source/platform/ContentType.h
+++ b/third_party/WebKit/Source/platform/network/mime/ContentType.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
- * Copyright (C) 2009 Google Inc. All rights reserved.
+ * Copyright (C) 2006 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,6 +32,7 @@
namespace blink {
+// Parses the MIME type and parameter values based on RFC 2231.
class PLATFORM_EXPORT ContentType {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698