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

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: 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/layout/LayoutTableRowTest.cpp
diff --git a/Source/core/layout/LayoutTableRowTest.cpp b/Source/core/layout/LayoutTableRowTest.cpp
index 076076d81d08563adac94878bd5ae897b2075c06..530d7de96344f10c7b1cad3e28aba31ca4b9e37e 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 {

Powered by Google App Engine
This is Rietveld 408576698