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

Unified Diff: Source/core/css/parser/CSSParserValuesTest.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/css/parser/CSSParserValuesTest.cpp
diff --git a/Source/core/css/parser/CSSParserValuesTest.cpp b/Source/core/css/parser/CSSParserValuesTest.cpp
index 2d27854d83355288477999edcf028846e2d754d6..56e630a64124777540b5df20835549f6eea29899 100644
--- a/Source/core/css/parser/CSSParserValuesTest.cpp
+++ b/Source/core/css/parser/CSSParserValuesTest.cpp
@@ -35,9 +35,7 @@
#include "core/css/parser/CSSTokenizer.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(CSSParserValuesTest, InitWithEmptyString)
{
@@ -119,4 +117,4 @@ TEST(CSSParserValuesTest, CSSParserTokenUrlConversion)
EXPECT_EQ(String(valueList.valueAt(3)->string), "/**/hi/**/");
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/css/invalidation/DescendantInvalidationSetTest.cpp ('k') | Source/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698