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

Unified Diff: Source/core/dom/MainThreadTaskRunnerTest.cpp

Issue 1171323003: Fix unit test style in core/{dom,editing,html}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whitespace fix 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/dom/DocumentTest.cpp ('k') | Source/core/dom/NthIndexCacheTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MainThreadTaskRunnerTest.cpp
diff --git a/Source/core/dom/MainThreadTaskRunnerTest.cpp b/Source/core/dom/MainThreadTaskRunnerTest.cpp
index 1ad4b872dfacf9a3311ef63f57375ff8662aa436..cb1d63da9f02301a02a389592ba630e031d1fc43 100644
--- a/Source/core/dom/MainThreadTaskRunnerTest.cpp
+++ b/Source/core/dom/MainThreadTaskRunnerTest.cpp
@@ -37,9 +37,7 @@
#include "wtf/PassOwnPtr.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class MarkingBooleanTask final : public ExecutionContextTask {
public:
@@ -105,4 +103,4 @@ TEST(MainThreadTaskRunnerTest, RemoveRunner)
EXPECT_FALSE(isMarked);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/dom/DocumentTest.cpp ('k') | Source/core/dom/NthIndexCacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698