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

Unified Diff: Source/core/css/invalidation/DescendantInvalidationSetTest.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/css/MediaQueryListTest.cpp ('k') | Source/core/css/parser/CSSParserValuesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
diff --git a/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp b/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
index c49328887b1276e18c7d85b99da747dd870f8a9e..36ecda57183a1512d522532d19a086dc89f89b69 100644
--- a/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
+++ b/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
@@ -7,9 +7,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
// Once we setWholeSubtreeInvalid, we should not keep the HashSets.
TEST(DescendantInvalidationSetTest, SubtreeInvalid_AddBefore)
@@ -79,4 +77,4 @@ TEST(DescendantInvalidationSetTest, ShowDebug)
}
#endif // NDEBUG
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/css/MediaQueryListTest.cpp ('k') | Source/core/css/parser/CSSParserValuesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698