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

Unified Diff: Source/core/css/MediaQueryListTest.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/DragUpdateTest.cpp ('k') | Source/core/css/invalidation/DescendantInvalidationSetTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryListTest.cpp
diff --git a/Source/core/css/MediaQueryListTest.cpp b/Source/core/css/MediaQueryListTest.cpp
index 2875a37b7610a896aa1d3183aed62414f5201870..19949ec976bc675fdf556950bde1225ce29d9765 100644
--- a/Source/core/css/MediaQueryListTest.cpp
+++ b/Source/core/css/MediaQueryListTest.cpp
@@ -11,16 +11,16 @@
#include "core/dom/Document.h"
#include <gtest/gtest.h>
+namespace blink {
+
namespace {
-class TestListener : public blink::MediaQueryListListener {
+class TestListener : public MediaQueryListListener {
public:
virtual void notifyMediaQueryChanged() override { }
};
-}
-
-namespace blink {
+} // anonymous namespace
TEST(MediaQueryListTest, CrashInStop)
{
@@ -31,4 +31,4 @@ TEST(MediaQueryListTest, CrashInStop)
// This test passes if it's not crashed.
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/css/DragUpdateTest.cpp ('k') | Source/core/css/invalidation/DescendantInvalidationSetTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698