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

Unified Diff: cc/layer_tree_host_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/layer_tree_host_unittest.cc
diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc
index b8c92c2e07e47d291f9b7310c9c432c0af27e082..6cfad3f1ef42fe529cd7329035442b9b9159e5c3 100644
--- a/cc/layer_tree_host_unittest.cc
+++ b/cc/layer_tree_host_unittest.cc
@@ -29,10 +29,10 @@
#include <public/WebLayerScrollClient.h>
#include <public/WebSize.h>
-using namespace cc;
using namespace WebKit;
using namespace WebKitTests;
+namespace cc {
namespace {
class LayerTreeHostTest : public ThreadedTest { };
@@ -3224,4 +3224,5 @@ TEST_F(LayerTreeHostTestDeferCommits, runMultiThread)
runTest(true);
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698