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

Unified Diff: cc/test/animation_test_common.cc

Issue 11312181: cc: Remove the remaining using-directives of namespace cc. (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/test/layer_tree_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_test_common.cc
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
index f7288186d8f31345d72f7de34e9c65fba04c9be2..1ee736fa9c1b2ae79c5abc342fc38bee9a8d7202 100644
--- a/cc/test/animation_test_common.cc
+++ b/cc/test/animation_test_common.cc
@@ -10,7 +10,14 @@
#include "cc/layer_impl.h"
#include <public/WebTransformOperations.h>
-using namespace cc;
+using cc::ActiveAnimation;
+using cc::AnimationCurve;
+using cc::EaseTimingFunction;
+using cc::FloatKeyframe;
+using cc::KeyframedFloatAnimationCurve;
+using cc::KeyframedTransformAnimationCurve;
+using cc::TimingFunction;
+using cc::TransformKeyframe;
namespace {
« no previous file with comments | « no previous file | cc/test/layer_tree_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698