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

Unified Diff: Source/platform/graphics/GraphicsLayerTest.cpp

Issue 476683002: Cleanup namespace usage in platform/graphics/[G-S]* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/platform/graphics/GraphicsLayerDebugInfo.cpp ('k') | Source/platform/graphics/GraphicsTypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « Source/platform/graphics/GraphicsLayerDebugInfo.cpp ('k') | Source/platform/graphics/GraphicsTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698