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

Unified Diff: cc/test/FakeGraphicsContext3DTest.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 | « cc/test/FakeCCLayerTreeHostClient.h ('k') | cc/test/FakeWebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/FakeGraphicsContext3DTest.cpp
diff --git a/cc/test/FakeGraphicsContext3DTest.cpp b/cc/test/FakeGraphicsContext3DTest.cpp
index 011da560da0491650836946f1445d293ba21ccea..ce43ce375b91b62dd2a4f285c4350c1b43c9de12 100644
--- a/cc/test/FakeGraphicsContext3DTest.cpp
+++ b/cc/test/FakeGraphicsContext3DTest.cpp
@@ -10,6 +10,7 @@
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
+using namespace cc;
using namespace WebCore;
using namespace WebKit;
@@ -33,4 +34,3 @@ TEST(FakeGraphicsContext3DTest, ContextCreationShouldNotMakeCurrent)
EXPECT_TRUE(context);
EXPECT_EQ(0, context->makeCurrentCount());
}
-
« no previous file with comments | « cc/test/FakeCCLayerTreeHostClient.h ('k') | cc/test/FakeWebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698