| Index: Source/core/css/DragUpdateTest.cpp
|
| diff --git a/Source/core/css/DragUpdateTest.cpp b/Source/core/css/DragUpdateTest.cpp
|
| index 471ed109c6be29e35331861f064330b10dd2e2d8..5da205e32bb15749af0b8bb875abe9903a22adde 100644
|
| --- a/Source/core/css/DragUpdateTest.cpp
|
| +++ b/Source/core/css/DragUpdateTest.cpp
|
| @@ -12,9 +12,7 @@
|
| #include "core/testing/DummyPageHolder.h"
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(DragUpdateTest, AffectedByDragUpdate)
|
| {
|
| @@ -68,4 +66,4 @@ TEST(DragUpdateTest, ChildrenOrSiblingsAffectedByDragUpdate)
|
| ASSERT_EQ(5U, accessCount);
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|