| 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
|
|
|