Index: Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/Source/platform/graphics/GraphicsLayerTest.cpp b/Source/platform/graphics/GraphicsLayerTest.cpp |
index 63984153d8527a30ba958cf59691a5fbf1d0b467..0ac8cf8054114a0c8ac6aa3e9e1e0666bd458cb2 100644 |
--- a/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -42,7 +42,6 @@ |
#include <gtest/gtest.h> |
using namespace blink; |
-using namespace blink; |
namespace { |
@@ -58,7 +57,7 @@ public: |
explicit GraphicsLayerForTesting(GraphicsLayerClient* client) |
: GraphicsLayer(client) { }; |
- virtual blink::WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } |
+ virtual WebLayer* contentsLayer() const { return GraphicsLayer::contentsLayer(); } |
}; |
class GraphicsLayerTest : public testing::Test { |