Index: Source/platform/graphics/filters/FETile.h |
diff --git a/Source/platform/graphics/filters/FETile.h b/Source/platform/graphics/filters/FETile.h |
index 5d882338ca726e6b0b5809b0740d7b3432062105..d9610505c60710cb599f996bbd3c8d3164de0947 100644 |
--- a/Source/platform/graphics/filters/FETile.h |
+++ b/Source/platform/graphics/filters/FETile.h |
@@ -26,7 +26,7 @@ |
#include "platform/graphics/filters/Filter.h" |
#include "platform/graphics/filters/FilterEffect.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT FETile : public FilterEffect { |
public: |
@@ -46,6 +46,6 @@ private: |
virtual void applySoftware() OVERRIDE; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FETile_h |