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

Unified Diff: cc/tree_synchronizer_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
« cc/active_animation_unittest.cc ('K') | « cc/timing_function_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tree_synchronizer_unittest.cc
diff --git a/cc/tree_synchronizer_unittest.cc b/cc/tree_synchronizer_unittest.cc
index 8f3585c37cdd546d0ea89cfd0140aa3d69791d5c..0abea1af3869674c8a84df23bbaa7488219effb8 100644
--- a/cc/tree_synchronizer_unittest.cc
+++ b/cc/tree_synchronizer_unittest.cc
@@ -17,9 +17,9 @@
#include "cc/test/fake_proxy.h"
#include "testing/gtest/include/gtest/gtest.h"
-using namespace cc;
using namespace WebKitTests;
+namespace cc {
namespace {
class MockLayerImpl : public LayerImpl {
@@ -407,4 +407,5 @@ TEST(TreeSynchronizerTest, synchronizeAnimations)
EXPECT_TRUE(static_cast<FakeLayerAnimationController*>(layerTreeRoot->layerAnimationController())->synchronizedAnimations());
}
-} // anonymous namespace
+} // namespace
+} // namespace cc
« cc/active_animation_unittest.cc ('K') | « cc/timing_function_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698