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

Unified Diff: Source/core/editing/SurroundingTextTest.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/editing/StyledMarkupSerializerTest.cpp ('k') | Source/core/editing/VisibleSelectionTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SurroundingTextTest.cpp
diff --git a/Source/core/editing/SurroundingTextTest.cpp b/Source/core/editing/SurroundingTextTest.cpp
index 8804e7758550e3e3ce1251fbac716fa03e2343b9..2c59a8c9ccc9dfc15a86876ff487603a1d8191b7 100644
--- a/Source/core/editing/SurroundingTextTest.cpp
+++ b/Source/core/editing/SurroundingTextTest.cpp
@@ -14,9 +14,7 @@
#include "core/testing/DummyPageHolder.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class SurroundingTextTest : public ::testing::Test {
protected:
@@ -26,7 +24,7 @@ protected:
VisibleSelection select(int start, int end);
private:
- virtual void SetUp() override;
+ void SetUp() override;
OwnPtr<DummyPageHolder> m_dummyPageHolder;
};
@@ -262,4 +260,4 @@ TEST_F(SurroundingTextTest, TreeRangeSelection)
}
}
-} // anonymous namespace
+} // namespace blink
« no previous file with comments | « Source/core/editing/StyledMarkupSerializerTest.cpp ('k') | Source/core/editing/VisibleSelectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698