| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index 74641ff31281b9faaef9dc1006daf3ad8a8a0320..660c47f75ff88e869dde8b13b46b6e645aaf48b4 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -43,7 +43,7 @@ class PagePopupClient;
|
| class PlatformKeyboardEvent;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class PagePopupChromeClient;
|
| class WebViewImpl;
|
| @@ -109,5 +109,5 @@ inline WebPagePopupImpl* toWebPagePopupImpl(WebCore::PagePopup* popup)
|
| return static_cast<WebPagePopupImpl*>(popup);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
| #endif // WebPagePopupImpl_h
|
|
|