Index: Source/platform/SharedBuffer.h |
diff --git a/Source/platform/SharedBuffer.h b/Source/platform/SharedBuffer.h |
index 21de931f76f0c4687df0c64117068637b97ddf61..442ca1e1746bb58c05bae56600cae8b776685005 100644 |
--- a/Source/platform/SharedBuffer.h |
+++ b/Source/platform/SharedBuffer.h |
@@ -36,7 +36,7 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT SharedBuffer : public RefCounted<SharedBuffer> { |
public: |
@@ -116,6 +116,6 @@ private: |
mutable Vector<char*> m_segments; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SharedBuffer_h |