| Index: public/web/mac/WebInputEventFactory.h
|
| diff --git a/public/web/mac/WebInputEventFactory.h b/public/web/mac/WebInputEventFactory.h
|
| index 2a2ae1f036ee1c9be6b5d3f40c11a6e9034ca068..51e955c6608c48f6328bb51945270655b8f6366f 100644
|
| --- a/public/web/mac/WebInputEventFactory.h
|
| +++ b/public/web/mac/WebInputEventFactory.h
|
| @@ -41,7 +41,7 @@ class NSEvent;
|
| class NSView;
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebKeyboardEvent;
|
| class WebMouseEvent;
|
| @@ -57,6 +57,6 @@ public:
|
| BLINK_EXPORT static WebGestureEvent gestureEvent(NSEvent *, NSView *);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|