Index: Source/platform/graphics/ThreadSafeDataTransport.h |
diff --git a/Source/platform/graphics/ThreadSafeDataTransport.h b/Source/platform/graphics/ThreadSafeDataTransport.h |
index a38ebba70b1f256fc2d367dca7c12eb52d8f87e8..28016d7376b8efd731abdecc6093f5185cb9f01e 100644 |
--- a/Source/platform/graphics/ThreadSafeDataTransport.h |
+++ b/Source/platform/graphics/ThreadSafeDataTransport.h |
@@ -33,7 +33,7 @@ |
#include "wtf/ThreadingPrimitives.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class SharedBuffer; |
@@ -68,6 +68,6 @@ private: |
size_t m_readPosition; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |