| Index: Source/platform/CrossThreadCopier.cpp
|
| diff --git a/Source/platform/CrossThreadCopier.cpp b/Source/platform/CrossThreadCopier.cpp
|
| index 649c8f484b280dece3de6d87c8e01a2aef72223d..6b0430c77c616ebb4b234608cc4e447b8661ed15 100644
|
| --- a/Source/platform/CrossThreadCopier.cpp
|
| +++ b/Source/platform/CrossThreadCopier.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "platform/weborigin/KURL.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| CrossThreadCopierBase<false, false, false, KURL>::Type CrossThreadCopierBase<false, false, false, KURL>::copy(const KURL& url)
|
| {
|
| @@ -129,4 +129,4 @@ COMPILE_ASSERT((WTF::IsSameType<
|
| >::value),
|
| OwnPtrTest);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|