Index: public/web/WebDOMCustomEvent.h |
diff --git a/public/web/WebDOMCustomEvent.h b/public/web/WebDOMCustomEvent.h |
index df211fde437e90cbafb433c6fb4ecba536608bda..e6f2f6714098bf258b0e0d1ea46070d665c66b3d 100644 |
--- a/public/web/WebDOMCustomEvent.h |
+++ b/public/web/WebDOMCustomEvent.h |
@@ -33,7 +33,7 @@ |
#include "WebDOMEvent.h" |
#include "WebSerializedScriptValue.h" |
-namespace WebKit { |
+namespace blink { |
class WebFrame; |
class WebString; |
@@ -44,6 +44,6 @@ public: |
BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |