| Index: third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| diff --git a/third_party/WebKit/Source/platform/network/mime/ContentType.h b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| index 5af710927ed8c9342d71e5cefd721f46f4ef4fd3..5102de3298945f465de3972a3912ec352509ba1e 100644
|
| --- a/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| +++ b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| @@ -27,6 +27,7 @@
|
| #define ContentType_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/network/ParsedContentType.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -45,6 +46,7 @@ class PLATFORM_EXPORT ContentType {
|
|
|
| private:
|
| String m_type;
|
| + ParsedContentType m_content;
|
| };
|
|
|
| } // namespace blink
|
|
|