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

Unified Diff: Source/core/layout/OverflowModelTest.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/LayoutThemeTest.cpp ('k') | Source/core/layout/shapes/BoxShapeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/OverflowModelTest.cpp
diff --git a/Source/core/layout/OverflowModelTest.cpp b/Source/core/layout/OverflowModelTest.cpp
index 262d88773952e0122154cc580afde4a47b23652d..4418efc7ab3400a299d793cd3ccce818bd687717 100644
--- a/Source/core/layout/OverflowModelTest.cpp
+++ b/Source/core/layout/OverflowModelTest.cpp
@@ -32,11 +32,8 @@
#include "core/layout/OverflowModel.h"
#include "platform/geometry/LayoutRect.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
namespace blink {
// FIXME: Move this somewhere more generic.
@@ -49,8 +46,6 @@ void PrintTo(const LayoutRect& rect, std::ostream* os)
<< rect.height().toFloat() << ")";
}
-} // namespace blink
-
namespace {
LayoutRect initialLayoutOverflow()
@@ -191,4 +186,6 @@ TEST_F(OverflowModelTest, MoveAffectsContentsVisualOverflow)
EXPECT_EQ(LayoutRect(500, 100, 10, 10), m_overflow.contentsVisualOverflowRect());
}
-} // namespace
+} // anonymous namespace
+
+} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutThemeTest.cpp ('k') | Source/core/layout/shapes/BoxShapeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698