Commit c739a92a authored by dcheng's avatar dcheng Committed by Commit bot

Remove redundant SetUp() override from TextfieldTest.

BUG=none
R=msw@chromium.org

Review URL: https://codereview.chromium.org/682843003

Cr-Commit-Position: refs/heads/master@{#301577}
parent 139a35b4
......@@ -159,8 +159,6 @@ class TextfieldTest : public ViewsTestBase, public TextfieldController {
}
// ::testing::Test:
void SetUp() override { ViewsTestBase::SetUp(); }
void TearDown() override {
if (widget_)
widget_->Close();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment