Index: public/web/gtk/WebInputEventFactory.h |
diff --git a/public/web/gtk/WebInputEventFactory.h b/public/web/gtk/WebInputEventFactory.h |
index 1f6917fe167f9f9d5b78a79d5c164d6a6ecc81a6..cf4bf708fb06e7a2ad8273d822c5b0a30168b988 100644 |
--- a/public/web/gtk/WebInputEventFactory.h |
+++ b/public/web/gtk/WebInputEventFactory.h |
@@ -39,7 +39,7 @@ typedef struct _GdkEventCrossing GdkEventCrossing; |
typedef struct _GdkEventScroll GdkEventScroll; |
typedef struct _GdkEventKey GdkEventKey; |
-namespace WebKit { |
+namespace blink { |
class WebKeyboardEvent; |
class WebMouseEvent; |
@@ -55,6 +55,6 @@ public: |
BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |