Index: Source/platform/mhtml/ArchiveResource.cpp |
diff --git a/Source/platform/mhtml/ArchiveResource.cpp b/Source/platform/mhtml/ArchiveResource.cpp |
index 0d783d812bb30933ec6a6cabcbe60e51a01fd305..dd4c6aa3269e6826a9edb37dee0cd4318cf2b1ff 100644 |
--- a/Source/platform/mhtml/ArchiveResource.cpp |
+++ b/Source/platform/mhtml/ArchiveResource.cpp |
@@ -29,7 +29,7 @@ |
#include "config.h" |
#include "platform/mhtml/ArchiveResource.h" |
-namespace WebCore { |
+namespace blink { |
inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse& response) |
: m_url(url) |