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

Unified Diff: cc/texture_uploader_unittest.cc

Issue 11410022: cc: Remove forbidden using namespace directives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
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

Powered by Google App Engine
This is Rietveld 408576698