| Index: Source/platform/geometry/IntSize.h
|
| diff --git a/Source/platform/geometry/IntSize.h b/Source/platform/geometry/IntSize.h
|
| index f7caf294a173cd3d81ac813bec6f3095c3ab0c5b..6e56e4b55d5e357b66da248b78cb91fb5cf09441 100644
|
| --- a/Source/platform/geometry/IntSize.h
|
| +++ b/Source/platform/geometry/IntSize.h
|
| @@ -38,7 +38,7 @@ typedef struct CGSize CGSize;
|
| #endif
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT IntSize {
|
| public:
|
| @@ -167,6 +167,6 @@ inline bool operator!=(const IntSize& a, const IntSize& b)
|
| return a.width() != b.width() || a.height() != b.height();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // IntSize_h
|
|
|