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

Unified Diff: Source/core/dom/DOMImplementationTest.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/AttrTest.cpp ('k') | Source/core/dom/DocumentMarkerControllerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMImplementationTest.cpp
diff --git a/Source/core/dom/DOMImplementationTest.cpp b/Source/core/dom/DOMImplementationTest.cpp
index 4ac57dd4dee32b28b6a44abda542a942b1dadfef..f6c8b764da6becce62f60020889ef51924f6d8ed 100644
--- a/Source/core/dom/DOMImplementationTest.cpp
+++ b/Source/core/dom/DOMImplementationTest.cpp
@@ -33,9 +33,7 @@
#include "wtf/text/WTFString.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(DOMImplementationTest, TextMIMEType)
{
@@ -95,4 +93,4 @@ TEST(DOMImplementationTest, TextXMLType)
EXPECT_FALSE(DOMImplementation::isXMLMIMEType("application/+xml"));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/dom/AttrTest.cpp ('k') | Source/core/dom/DocumentMarkerControllerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698