Index: cc/texture_uploader_unittest.cc |
diff --git a/cc/texture_uploader_unittest.cc b/cc/texture_uploader_unittest.cc |
index f9cf31fd8e4f470704ffcd599626b624fd199954..89f285b7ebf599fe0110f5a5b18346d4c1a2bcd8 100644 |
--- a/cc/texture_uploader_unittest.cc |
+++ b/cc/texture_uploader_unittest.cc |
@@ -13,9 +13,9 @@ |
#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/khronos/GLES2/gl2ext.h" |
-using namespace cc; |
using namespace WebKit; |
+namespace cc { |
namespace { |
class FakeWebGraphicsContext3DWithQueryTesting : public FakeWebGraphicsContext3D { |
@@ -97,4 +97,5 @@ TEST(TextureUploaderTest, MarkPendingUploadsAsNonBlocking) |
EXPECT_EQ(0, uploader->numBlockingUploads()); |
} |
-} // anonymous namespace |
+} // namespace |
+} // namespace cc |