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

Unified Diff: Source/core/html/HTMLSelectElementTest.cpp

Issue 1171323003: Fix unit test style in core/{dom,editing,html}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whitespace fix 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/core/html/HTMLSelectElementTest.cpp
diff --git a/Source/core/html/HTMLSelectElementTest.cpp b/Source/core/html/HTMLSelectElementTest.cpp
index b39245dc57f8dd8c8db1ea0ed785ef6ae3580ec9..4b2d42369ec01e3be841ee8505819e99dbb80ce1 100644
--- a/Source/core/html/HTMLSelectElementTest.cpp
+++ b/Source/core/html/HTMLSelectElementTest.cpp
@@ -16,7 +16,7 @@ namespace blink {
class HTMLSelectElementTest : public::testing::Test {
protected:
- virtual void SetUp() override;
+ void SetUp() override;
HTMLDocument& document() const { return *m_document; }
private:
« no previous file with comments | « Source/core/html/HTMLLinkElementSizesAttributeTest.cpp ('k') | Source/core/html/HTMLTextFormControlElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698