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

Unified Diff: Source/core/layout/LayoutThemeTest.cpp

Issue 1164413003: Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: anonymous 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
« no previous file with comments | « Source/core/layout/LayoutTableRowTest.cpp ('k') | Source/core/layout/OverflowModelTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeTest.cpp
diff --git a/Source/core/layout/LayoutThemeTest.cpp b/Source/core/layout/LayoutThemeTest.cpp
index 826b449da02f3afdd9ee9e1fdfe72ab3e9240b90..5192613171eddae2a2a0574fe18880a0b35da610 100644
--- a/Source/core/layout/LayoutThemeTest.cpp
+++ b/Source/core/layout/LayoutThemeTest.cpp
@@ -16,14 +16,11 @@
#include "platform/graphics/Color.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class LayoutThemeTest : public ::testing::Test {
-
protected:
- virtual void SetUp() override;
+ void SetUp() override;
HTMLDocument& document() const { return *m_document; }
void setHtmlInnerHTML(const char* htmlContent);
@@ -89,4 +86,4 @@ TEST_F(LayoutThemeTest, ChangeFocusRingColor)
EXPECT_EQ(customColor, outlineColor(span));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutTableRowTest.cpp ('k') | Source/core/layout/OverflowModelTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698