| Index: Source/platform/mhtml/MHTMLParser.cpp
|
| diff --git a/Source/platform/mhtml/MHTMLParser.cpp b/Source/platform/mhtml/MHTMLParser.cpp
|
| index e728d6c96bcd6cbfcd3e2a09fe43b1ab445885fc..03fee5c6c40379439d4808629c327ee5dbf4a40e 100644
|
| --- a/Source/platform/mhtml/MHTMLParser.cpp
|
| +++ b/Source/platform/mhtml/MHTMLParser.cpp
|
| @@ -44,7 +44,7 @@
|
| #include "wtf/text/StringHash.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // This class is a limited MIME parser used to parse the MIME headers of MHTML files.
|
| class MIMEHeader : public RefCountedWillBeGarbageCollectedFinalized<MIMEHeader> {
|
| @@ -95,7 +95,7 @@ private:
|
|
|
| typedef HashMap<String, String> KeyValueMap;
|
|
|
| -static KeyValueMap retrieveKeyValuePairs(WebCore::SharedBufferChunkReader* buffer)
|
| +static KeyValueMap retrieveKeyValuePairs(blink::SharedBufferChunkReader* buffer)
|
| {
|
| KeyValueMap keyValuePairs;
|
| String line;
|
|
|