| Index: third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.h b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| index c5269608e43ebfb76a159e1e886d479db8eb29e1..3294bbdec2572c641132b309aa8e6facf80e319b 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| @@ -185,7 +185,7 @@ PLATFORM_EXPORT bool ParseContentRangeHeaderFor206(const String& content_range,
|
| PLATFORM_EXPORT std::unique_ptr<ServerTimingHeaderVector>
|
| ParseServerTimingHeader(const String&);
|
|
|
| -PLATFORM_EXPORT String CheckDoubleQuotedString(const String&);
|
| +using Mode = blink::ParsedContentType::Mode;
|
|
|
| } // namespace blink
|
|
|
|
|