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

Unified Diff: Source/core/dom/TreeScopeTest.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/RangeTest.cpp ('k') | Source/core/dom/shadow/ComposedTreeTraversalTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TreeScopeTest.cpp
diff --git a/Source/core/dom/TreeScopeTest.cpp b/Source/core/dom/TreeScopeTest.cpp
index f31d149f05177c913e9ba6b00eb98d1ffd110f79..aa8a48ef44c67f331a0267409da3a17e3f0f1cac 100644
--- a/Source/core/dom/TreeScopeTest.cpp
+++ b/Source/core/dom/TreeScopeTest.cpp
@@ -10,9 +10,7 @@
#include "core/dom/shadow/ShadowRoot.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(TreeScopeTest, CommonAncestorOfSameTrees)
{
@@ -96,4 +94,4 @@ TEST(TreeScopeTest, CommonAncestorOfTreesInDifferentDocuments)
EXPECT_EQ(0, document2->commonAncestorTreeScope(*document1));
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/dom/RangeTest.cpp ('k') | Source/core/dom/shadow/ComposedTreeTraversalTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698