Index: public/platform/WebThreadSafeData.h |
diff --git a/public/platform/WebThreadSafeData.h b/public/platform/WebThreadSafeData.h |
index 531bae65bfa266a168385f0b7ef94d7a0f83dafd..1803456d2bf679114c1757328cab5a2d413f8a45 100644 |
--- a/public/platform/WebThreadSafeData.h |
+++ b/public/platform/WebThreadSafeData.h |
@@ -40,7 +40,7 @@ |
namespace WebCore { class RawData; } |
-namespace WebKit { |
+namespace blink { |
// A container for raw bytes. It is inexpensive to copy a WebThreadSafeData object. |
// It is safe to pass a WebThreadSafeData across threads!!! |
@@ -72,6 +72,6 @@ private: |
WebPrivatePtr<WebCore::RawData> m_private; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |