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

Unified Diff: cc/region_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/region_unittest.cc
diff --git a/cc/region_unittest.cc b/cc/region_unittest.cc
index ef1d889a9f2f3bb84b4bb638c690d3dafe259e80..0924e5707f570f99153612706ba256c1e175bb0e 100644
--- a/cc/region_unittest.cc
+++ b/cc/region_unittest.cc
@@ -8,8 +8,7 @@
#include "testing/gtest/include/gtest/gtest.h"
-using namespace cc;
-
+namespace cc {
namespace {
#define TEST_INSIDE_RECT(r, x, y, w, h) \
@@ -454,3 +453,4 @@ TEST(RegionSwap, Swap) {
}
} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698