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

Unified Diff: cc/texture_copier_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_copier_unittest.cc
diff --git a/cc/texture_copier_unittest.cc b/cc/texture_copier_unittest.cc
index 5765c516a1f342c1d1cddcd36a2b2f2fa37a0ef7..9a6f4f981a5cc5aea115e244ef8b634bf3a291f6 100644
--- a/cc/texture_copier_unittest.cc
+++ b/cc/texture_copier_unittest.cc
@@ -11,12 +11,12 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/khronos/GLES2/gl2.h"
-using namespace cc;
using namespace WebKit;
using testing::InSequence;
using testing::Test;
using testing::_;
+namespace cc {
namespace {
class MockContext : public FakeWebGraphicsContext3D {
@@ -64,4 +64,5 @@ TEST(TextureCopierTest, testDrawArraysCopy)
copier->copyTexture(copy);
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698