| 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());
|
| }
|
| -
|
|
|