Index: Source/platform/graphics/filters/SourceAlpha.h |
diff --git a/Source/platform/graphics/filters/SourceAlpha.h b/Source/platform/graphics/filters/SourceAlpha.h |
index ee1de7f5379bee51649f57d3be20bd22501449b5..214e74ff747a120fee30a713f869d42eb35f5d8e 100644 |
--- a/Source/platform/graphics/filters/SourceAlpha.h |
+++ b/Source/platform/graphics/filters/SourceAlpha.h |
@@ -24,7 +24,7 @@ |
#include "platform/graphics/filters/Filter.h" |
#include "platform/graphics/filters/FilterEffect.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT SourceAlpha : public FilterEffect { |
public: |
@@ -48,6 +48,6 @@ private: |
virtual void applySoftware() OVERRIDE; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SourceAlpha_h |