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

Unified Diff: Source/platform/transforms/TransformOperationsTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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: Source/platform/transforms/TransformOperationsTest.cpp
diff --git a/Source/platform/transforms/TransformOperationsTest.cpp b/Source/platform/transforms/TransformOperationsTest.cpp
index 1f8f52479e9a09caad2908c4a84a9541fa5e08bd..b7c9eb9467765668cb40b69e07c4f5323c720e18 100644
--- a/Source/platform/transforms/TransformOperationsTest.cpp
+++ b/Source/platform/transforms/TransformOperationsTest.cpp
@@ -35,11 +35,9 @@
#include "platform/transforms/ScaleTransformOperation.h"
#include "platform/transforms/SkewTransformOperation.h"
#include "platform/transforms/TranslateTransformOperation.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-namespace {
+namespace blink {
static const TransformOperations identityOperations;
@@ -490,4 +488,4 @@ TEST(TransformOperationsTest, AbsoluteSequenceBoundsTest)
EXPECT_PRED_FORMAT2(FloatBoxTest::AssertAlmostEqual, FloatBox(-7, -3, 2, 15, 23, 20), bounds);
}
-} // namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698