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

Unified Diff: cc/damage_tracker_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/damage_tracker_unittest.cc
diff --git a/cc/damage_tracker_unittest.cc b/cc/damage_tracker_unittest.cc
index 8f741bcb5b0fbcfa70cb69bb2006d06825273675..7e803514e7982634ad95415856708b07fb7a76cc 100644
--- a/cc/damage_tracker_unittest.cc
+++ b/cc/damage_tracker_unittest.cc
@@ -17,10 +17,10 @@
#include <public/WebFilterOperation.h>
#include <public/WebFilterOperations.h>
-using namespace cc;
using namespace WebKit;
using namespace WebKitTests;
+namespace cc {
namespace {
void executeCalculateDrawTransformsAndVisibility(LayerImpl* root, std::vector<LayerImpl*>& renderSurfaceLayerList)
@@ -1157,4 +1157,5 @@ TEST_F(DamageTrackerTest, verifyDamageAccumulatesUntilReset)
EXPECT_TRUE(rootDamageRect.IsEmpty());
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698