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

Unified Diff: Source/core/animation/EffectInputTest.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
Index: Source/core/animation/EffectInputTest.cpp
diff --git a/Source/core/animation/EffectInputTest.cpp b/Source/core/animation/EffectInputTest.cpp
index d3c396ab035e26790e5bc2c401475faa695acd91..0cfd9068e749dbd1e991f54e06d72b7eef939ce5 100644
--- a/Source/core/animation/EffectInputTest.cpp
+++ b/Source/core/animation/EffectInputTest.cpp
@@ -16,9 +16,7 @@
#include <gtest/gtest.h>
#include <v8.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class AnimationEffectInputTest : public ::testing::Test {
protected:
@@ -152,4 +150,4 @@ TEST_F(AnimationEffectInputTest, Invalid)
EXPECT_EQ(InvalidModificationError, exceptionState.code());
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/animation/AnimationTranslationUtilTest.cpp ('k') | Source/core/animation/KeyframeEffectModelTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698