| Index: Source/platform/DragImageTest.cpp
|
| diff --git a/Source/platform/DragImageTest.cpp b/Source/platform/DragImageTest.cpp
|
| index d8a20d0a14a441cc9f31c1ba00fd6ef7e62448eb..534a6a723e9eb15ea683ec3156f6aadc768a8561 100644
|
| --- a/Source/platform/DragImageTest.cpp
|
| +++ b/Source/platform/DragImageTest.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "platform/DragImage.h"
|
|
|
| #include "platform/fonts/FontDescription.h"
|
| @@ -45,12 +44,9 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| class TestImage : public Image {
|
| public:
|
| @@ -97,9 +93,7 @@ public:
|
| }
|
|
|
| private:
|
| -
|
| IntSize m_size;
|
| -
|
| SkBitmap m_bitmap;
|
| };
|
|
|
| @@ -246,4 +240,4 @@ TEST(DragImageTest, InterpolationNone)
|
| }
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace blink
|
|
|