| Index: Source/platform/PlatformGestureEvent.h
|
| diff --git a/Source/platform/PlatformGestureEvent.h b/Source/platform/PlatformGestureEvent.h
|
| index f407d9b93c88328f87eb6ccc881966ea72ac8c5f..86659a0ea211c75c9d3490174c55b2b1da779095 100644
|
| --- a/Source/platform/PlatformGestureEvent.h
|
| +++ b/Source/platform/PlatformGestureEvent.h
|
| @@ -33,7 +33,7 @@
|
| #include "wtf/Assertions.h"
|
| #include <string.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PlatformGestureEvent : public PlatformEvent {
|
| public:
|
| @@ -166,6 +166,6 @@ protected:
|
| } m_data;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PlatformGestureEvent_h
|
|
|