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

Unified Diff: Source/core/animation/AnimationTranslationUtilTest.cpp

Issue 1164413003: Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: anonymous 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
« no previous file with comments | « Source/core/animation/AnimationTest.cpp ('k') | Source/core/animation/EffectInputTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTranslationUtilTest.cpp
diff --git a/Source/core/animation/AnimationTranslationUtilTest.cpp b/Source/core/animation/AnimationTranslationUtilTest.cpp
index 4d156dfcd552c4a0d5764fe4d08db0b4d1a7778c..36ba196bc91e1685efd4fefd4856fc6580b19559 100644
--- a/Source/core/animation/AnimationTranslationUtilTest.cpp
+++ b/Source/core/animation/AnimationTranslationUtilTest.cpp
@@ -23,7 +23,6 @@
*/
#include "config.h"
-
#include "core/animation/AnimationTranslationUtil.h"
#include "platform/graphics/filters/FilterOperations.h"
@@ -38,9 +37,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class WebTransformOperationsMock : public WebTransformOperations {
public:
@@ -106,5 +103,4 @@ TEST(AnimationTranslationUtilTest, filtersWork)
toWebFilterOperations(ops, &outOps);
}
-}
-
+} // namespace blink
« no previous file with comments | « Source/core/animation/AnimationTest.cpp ('k') | Source/core/animation/EffectInputTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698