Index: public/platform/WebURL.h |
diff --git a/public/platform/WebURL.h b/public/platform/WebURL.h |
index 2a4d382018641b644c5af7ae95e748c8d2b4ea25..29c49125e9a92a11cddfc9aba5032d412c6cd6a6 100644 |
--- a/public/platform/WebURL.h |
+++ b/public/platform/WebURL.h |
@@ -41,7 +41,7 @@ namespace WebCore { class KURL; } |
#include <url/gurl.h> |
#endif |
-namespace WebKit { |
+namespace blink { |
class WebURL { |
public: |
@@ -143,6 +143,6 @@ inline bool operator!=(const WebURL& a, const WebURL& b) |
return !(a == b); |
} |
-} // namespace WebKit |
+} // namespace blink |
#endif |