| Index: Source/platform/exported/WebURL.cpp
|
| diff --git a/Source/platform/exported/WebURL.cpp b/Source/platform/exported/WebURL.cpp
|
| index 5af208edda416f26de5452beab8a1f4f1f7318c1..15694d4ead107f758de51bea62f21af6e0c0f4ba 100644
|
| --- a/Source/platform/exported/WebURL.cpp
|
| +++ b/Source/platform/exported/WebURL.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "weborigin/KURL.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebURL::WebURL(const WebCore::KURL& url)
|
| : m_string(url.string())
|
| @@ -55,4 +55,4 @@ WebURL::operator WebCore::KURL() const
|
| return WebCore::KURL(m_string, m_parsed, m_isValid);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|