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

Unified Diff: Source/core/layout/LayoutTableRowTest.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/frame/OriginsUsingFeaturesTest.cpp ('k') | Source/core/layout/LayoutThemeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTableRowTest.cpp
diff --git a/Source/core/layout/LayoutTableRowTest.cpp b/Source/core/layout/LayoutTableRowTest.cpp
index 076076d81d08563adac94878bd5ae897b2075c06..1c1b469371a71d16281f397cdc1ad5386ce5a3c9 100644
--- a/Source/core/layout/LayoutTableRowTest.cpp
+++ b/Source/core/layout/LayoutTableRowTest.cpp
@@ -24,15 +24,11 @@
*/
#include "config.h"
-
#include "core/layout/LayoutTableRow.h"
#include "core/testing/DummyPageHolder.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
namespace blink {
namespace {
@@ -83,6 +79,6 @@ TEST_F(LayoutTableRowDeathTest, CrashIfSettingUnsetRowIndex)
#endif
-}
+} // anonymous namespace
} // namespace blink
« no previous file with comments | « Source/core/frame/OriginsUsingFeaturesTest.cpp ('k') | Source/core/layout/LayoutThemeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698