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

Unified Diff: cc/active_animation_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
« no previous file with comments | « no previous file | cc/content_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/active_animation_unittest.cc
diff --git a/cc/active_animation_unittest.cc b/cc/active_animation_unittest.cc
index f9b8fcf4df2660cef4f21a5fd668c9bac2f10084..b4a340d48cfc4f83140f8c062c9f370d4f9659a6 100644
--- a/cc/active_animation_unittest.cc
+++ b/cc/active_animation_unittest.cc
@@ -11,8 +11,8 @@
#include "testing/gtest/include/gtest/gtest.h"
using namespace WebKitTests;
-using namespace cc;
+namespace cc {
namespace {
danakj 2012/11/10 01:15:43 That looks like a script mistake? That's not how u
tfarina 2012/11/10 01:18:45 What is the problem? :) Is perfectly fine to have
jamesr 2012/11/10 01:20:12 ui/gfx/point_unittest.cc seems similar, except for
scoped_ptr<ActiveAnimation> createActiveAnimation(int iterations, double duration)
@@ -218,4 +218,5 @@ TEST(ActiveAnimationTest, RunStateChangesIgnoredWhileSuspended)
EXPECT_EQ(ActiveAnimation::Running, anim->runState());
}
-} // anonymous namespace
+} // namespace
+} // namespace cc
« no previous file with comments | « no previous file | cc/content_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698