| Index: Source/platform/graphics/ImageOrientation.h
|
| diff --git a/Source/platform/graphics/ImageOrientation.h b/Source/platform/graphics/ImageOrientation.h
|
| index b9e95184aff0f3bb0cc9f28a88b677a9aa42bca5..a73df6d603f25173cf86ddcb9b4e00474c50ded2 100644
|
| --- a/Source/platform/graphics/ImageOrientation.h
|
| +++ b/Source/platform/graphics/ImageOrientation.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AffineTransform;
|
| class FloatSize;
|
| @@ -89,6 +89,6 @@ private:
|
| ImageOrientationEnum m_orientation;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ImageOrientation_h
|
|
|