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

Unified Diff: Source/web/WebNodeTest.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/WebNodeList.cpp ('k') | Source/web/WebNotification.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNodeTest.cpp
diff --git a/Source/web/WebNodeTest.cpp b/Source/web/WebNodeTest.cpp
index 551c303ee3f6b85b216ae6b2e5e959be9ab01c4d..2c70e81fb3f9ef383688ffe6245ad7a1da8ec979 100644
--- a/Source/web/WebNodeTest.cpp
+++ b/Source/web/WebNodeTest.cpp
@@ -12,10 +12,6 @@
namespace blink {
-using blink::Document;
-using blink::DummyPageHolder;
-using blink::IntSize;
-
class WebNodeTest : public testing::Test {
protected:
Document& document() { return m_pageHolder->document(); }
@@ -28,7 +24,7 @@ private:
void WebNodeTest::SetUp()
{
- m_pageHolder = blink::DummyPageHolder::create(IntSize(800, 600));
+ m_pageHolder = DummyPageHolder::create(IntSize(800, 600));
}
TEST_F(WebNodeTest, GetElementsByHTMLTagName)
« no previous file with comments | « Source/web/WebNodeList.cpp ('k') | Source/web/WebNotification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698