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

Unified Diff: Source/platform/graphics/filters/FilterOperationsTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/graphics/filters/FilterOperationsTest.cpp
diff --git a/Source/platform/graphics/filters/FilterOperationsTest.cpp b/Source/platform/graphics/filters/FilterOperationsTest.cpp
index e0aba19d47b3c7c53fde1c1c61b3a514bd32b651..ecb74cc52a1cf5c90a65be38b00c51b774e61478 100644
--- a/Source/platform/graphics/filters/FilterOperationsTest.cpp
+++ b/Source/platform/graphics/filters/FilterOperationsTest.cpp
@@ -28,9 +28,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(FilterOperationsTest, getOutsetsBlur)
{
@@ -56,5 +54,4 @@ TEST(FilterOperationsTest, getOutsetsDropShadow)
EXPECT_EQ(54, outsets.left());
}
-}
-
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698