Index: public/platform/WebCString.h |
diff --git a/public/platform/WebCString.h b/public/platform/WebCString.h |
index bea372a8a4545a1372bd998152abad6c88bc7331..0db64796c7d516dcc9f10302f053915fd04b68b1 100644 |
--- a/public/platform/WebCString.h |
+++ b/public/platform/WebCString.h |
@@ -46,7 +46,7 @@ class CString; |
class CStringBuffer; |
} |
-namespace WebKit { |
+namespace blink { |
class WebString; |
@@ -131,6 +131,6 @@ inline bool operator<(const WebCString& a, const WebCString& b) |
return a.compare(b) < 0; |
} |
-} // namespace WebKit |
+} // namespace blink |
#endif |