Index: Source/platform/graphics/filters/DistantLightSource.h |
diff --git a/Source/platform/graphics/filters/DistantLightSource.h b/Source/platform/graphics/filters/DistantLightSource.h |
index 65814e0504e740c61248a6d8f68bd7ab201338dd..95ab96b69e551336ddfbf7c8e120515128975979 100644 |
--- a/Source/platform/graphics/filters/DistantLightSource.h |
+++ b/Source/platform/graphics/filters/DistantLightSource.h |
@@ -25,7 +25,7 @@ |
#include "platform/graphics/filters/LightSource.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT DistantLightSource : public LightSource { |
public: |
@@ -62,6 +62,6 @@ private: |
float m_elevation; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DistantLightSource_h |