Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1751)

Unified Diff: Source/web/tests/ChromeClientImplTest.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/AssociatedURLLoaderTest.cpp ('k') | Source/web/tests/CustomEventTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « Source/web/tests/AssociatedURLLoaderTest.cpp ('k') | Source/web/tests/CustomEventTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698