| Index: Source/platform/PlatformWheelEvent.h
|
| diff --git a/Source/platform/PlatformWheelEvent.h b/Source/platform/PlatformWheelEvent.h
|
| index c9f7e264a60a1980d69aea7467612a961408953d..d4c4bad9e80623ad1fdfd9f2e733879ebb0b2c5f 100644
|
| --- a/Source/platform/PlatformWheelEvent.h
|
| +++ b/Source/platform/PlatformWheelEvent.h
|
| @@ -29,7 +29,7 @@
|
| #include "platform/PlatformEvent.h"
|
| #include "platform/geometry/IntPoint.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatPoint;
|
| class FloatSize;
|
| @@ -151,6 +151,6 @@ protected:
|
| #endif
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PlatformWheelEvent_h
|
|
|