Index: Source/platform/graphics/gpu/Extensions3DUtil.h |
diff --git a/Source/platform/graphics/gpu/Extensions3DUtil.h b/Source/platform/graphics/gpu/Extensions3DUtil.h |
index 3251192950ef5425fb819327fcfc5d17dd2a7be3..0039c42e3eef750d8fbdb05abc7e70e1c7bdf547 100644 |
--- a/Source/platform/graphics/gpu/Extensions3DUtil.h |
+++ b/Source/platform/graphics/gpu/Extensions3DUtil.h |
@@ -16,7 +16,7 @@ namespace blink { |
class WebGraphicsContext3D; |
} |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT Extensions3DUtil { |
public: |
@@ -39,6 +39,6 @@ private: |
HashSet<String> m_requestableExtensions; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Extensions3DUtil_h |