Index: Source/web/tests/ChromeClientImplTest.cpp |
diff --git a/Source/web/tests/ChromeClientImplTest.cpp b/Source/web/tests/ChromeClientImplTest.cpp |
index 9e4130eb85a1c214e3aa1ac951c6dd1e3beaf403..3659e6d101b0b7533aefd476c402589d6b1e50ed 100644 |
--- a/Source/web/tests/ChromeClientImplTest.cpp |
+++ b/Source/web/tests/ChromeClientImplTest.cpp |
@@ -105,14 +105,14 @@ protected: |
event.button = button; |
setCurrentInputEventForTest(&event); |
m_chromeClientImpl->setScrollbarsVisible(!asPopup); |
- m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore); |
+ m_chromeClientImpl->show(blink::NavigationPolicyIgnore); |
setCurrentInputEventForTest(0); |
return m_result; |
} |
bool isNavigationPolicyPopup() |
{ |
- m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore); |
+ m_chromeClientImpl->show(blink::NavigationPolicyIgnore); |
return m_result == WebNavigationPolicyNewPopup; |
} |