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

Unified Diff: Source/platform/graphics/filters/ImageFilterBuilderTest.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/ImageFilterBuilderTest.cpp
diff --git a/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp b/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
index 713cb0cf24b9e515401d1031b3c8aed282a3b6c3..dde07a0e965ff7c5a57d95839fd69c8acf6db21c 100644
--- a/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
+++ b/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
@@ -35,7 +35,8 @@
#include <gtest/gtest.h>
using testing::Test;
-using namespace blink;
+
+namespace blink {
class ImageFilterBuilderTest : public Test {
protected:
@@ -115,11 +116,9 @@ protected:
}
};
-namespace {
-
TEST_F(ImageFilterBuilderTest, testColorSpace)
{
colorSpaceTest();
}
-} // namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698