Index: public/web/WebPagePopup.h |
diff --git a/public/web/WebPagePopup.h b/public/web/WebPagePopup.h |
index 28db5bf1f6645aaa0825934a473ac103e84547f4..f9330962f8180c37504c4972af46aa04fddeb00f 100644 |
--- a/public/web/WebPagePopup.h |
+++ b/public/web/WebPagePopup.h |
@@ -34,7 +34,7 @@ |
#include "../platform/WebCommon.h" |
#include "WebWidget.h" |
-namespace WebKit { |
+namespace blink { |
class WebWidgetClient; |
@@ -43,6 +43,6 @@ public: |
BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |