| Index: Source/platform/network/ResourceResponse.h
|
| diff --git a/Source/platform/network/ResourceResponse.h b/Source/platform/network/ResourceResponse.h
|
| index eaebe32a31e727ddbba1d4c5d60cbd1cc5d839a5..20e02850acd91bb3d00a188af331f141b5c0dfed 100644
|
| --- a/Source/platform/network/ResourceResponse.h
|
| +++ b/Source/platform/network/ResourceResponse.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/CString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct CrossThreadResourceResponseData;
|
|
|
| @@ -313,6 +313,6 @@ public:
|
| RefPtr<BlobDataHandle> m_downloadedFileHandle;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ResourceResponse_h
|
|
|