Index: Source/platform/graphics/filters/FELighting.h |
diff --git a/Source/platform/graphics/filters/FELighting.h b/Source/platform/graphics/filters/FELighting.h |
index 123fe51619f83254b7cc9e18451570ebb97435e4..422dc8d7dc90bc6acc6160a07edb7e609e49a68f 100644 |
--- a/Source/platform/graphics/filters/FELighting.h |
+++ b/Source/platform/graphics/filters/FELighting.h |
@@ -38,7 +38,7 @@ |
// Common base class for FEDiffuseLighting and FESpecularLighting |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT FELighting : public FilterEffect { |
public: |
@@ -120,6 +120,6 @@ private: |
void getTransform(FloatPoint3D* scale, FloatSize* offset) const; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FELighting_h |