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

Unified Diff: Source/web/WebNodeTest.cpp

Issue 1174283002: Fix unit test style in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
Index: Source/web/WebNodeTest.cpp
diff --git a/Source/web/WebNodeTest.cpp b/Source/web/WebNodeTest.cpp
index 5a81e8b52d46fadca9c417601ac16ff6a5120988..7b4d85ff2b1007b89170ec7237918eff5d459fcb 100644
--- a/Source/web/WebNodeTest.cpp
+++ b/Source/web/WebNodeTest.cpp
@@ -19,7 +19,7 @@ protected:
Document& document() { return m_pageHolder->document(); }
private:
- virtual void SetUp() override;
+ void SetUp() override;
OwnPtr<DummyPageHolder> m_pageHolder;
};
@@ -42,4 +42,4 @@ TEST_F(WebNodeTest, GetElementsByHTMLTagName)
EXPECT_EQ(0u, collection.length());
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698