Index: Source/platform/graphics/filters/FilterOperations.h |
diff --git a/Source/platform/graphics/filters/FilterOperations.h b/Source/platform/graphics/filters/FilterOperations.h |
index 4413b1d868b1188a7482bd956266572162359eef..b338709f675228ecb3e1423e382a083bae0dcecb 100644 |
--- a/Source/platform/graphics/filters/FilterOperations.h |
+++ b/Source/platform/graphics/filters/FilterOperations.h |
@@ -32,7 +32,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
typedef IntRectExtent FilterOutsets; |
@@ -75,7 +75,7 @@ private: |
Vector<RefPtr<FilterOperation> > m_operations; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FilterOperations_h |