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

Unified Diff: Source/core/frame/OriginsUsingFeaturesTest.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/fetch/ResourceTest.cpp ('k') | Source/core/layout/LayoutTableRowTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/OriginsUsingFeaturesTest.cpp
diff --git a/Source/core/frame/OriginsUsingFeaturesTest.cpp b/Source/core/frame/OriginsUsingFeaturesTest.cpp
index 8de1bb673532be648de58689f97959157717d689..797ef154c6d13605053be32df535fc9edb9d1594 100644
--- a/Source/core/frame/OriginsUsingFeaturesTest.cpp
+++ b/Source/core/frame/OriginsUsingFeaturesTest.cpp
@@ -7,9 +7,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(OriginsUsingFeaturesTest, countName)
{
@@ -31,4 +29,4 @@ TEST(OriginsUsingFeaturesTest, countName)
originsUsingFeatures.clear();
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/fetch/ResourceTest.cpp ('k') | Source/core/layout/LayoutTableRowTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698