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

Unified Diff: cc/layer_animation_controller_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_animation_controller_unittest.cc
diff --git a/cc/layer_animation_controller_unittest.cc b/cc/layer_animation_controller_unittest.cc
index 6834dfc5cac6398d634abc14ca1f27de6a30976c..48347aa3d3efe8cb4fb8ee18bb3099ccaf6728a6 100644
--- a/cc/layer_animation_controller_unittest.cc
+++ b/cc/layer_animation_controller_unittest.cc
@@ -13,10 +13,10 @@
#include "testing/gtest/include/gtest/gtest.h"
#include <public/WebTransformationMatrix.h>
-using namespace cc;
using namespace WebKitTests;
using WebKit::WebTransformationMatrix;
+namespace cc {
namespace {
void expectTranslateX(double translateX, const WebTransformationMatrix& matrix)
@@ -558,4 +558,5 @@ TEST(LayerAnimationControllerTest, ForceSyncWhenSynchronizedStartTimeNeeded)
EXPECT_EQ(ActiveAnimation::WaitingForTargetAvailability, activeAnimation->runState());
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698