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

Unified Diff: Source/core/dom/DocumentMarkerControllerTest.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/DOMImplementationTest.cpp ('k') | Source/core/dom/DocumentTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentMarkerControllerTest.cpp
diff --git a/Source/core/dom/DocumentMarkerControllerTest.cpp b/Source/core/dom/DocumentMarkerControllerTest.cpp
index 1c13ae3bda47ec714b2a211683479051e4819770..7de9e63340611874db1408fb16cf6e58cbebc00e 100644
--- a/Source/core/dom/DocumentMarkerControllerTest.cpp
+++ b/Source/core/dom/DocumentMarkerControllerTest.cpp
@@ -43,13 +43,11 @@
#include "wtf/testing/WTFTestHelpers.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class DocumentMarkerControllerTest : public ::testing::Test {
protected:
- virtual void SetUp() override;
+ void SetUp() override;
Document& document() const { return *m_document; }
DocumentMarkerController& markerController() const { return m_document->markers(); }
@@ -219,4 +217,4 @@ TEST_F(DocumentMarkerControllerTest, UpdateRenderedRects)
EXPECT_NE(renderedRects[0], newRenderedRects[0]);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/dom/DOMImplementationTest.cpp ('k') | Source/core/dom/DocumentTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698