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

Unified Diff: Source/core/dom/ActiveDOMObjectTest.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 | « no previous file | Source/core/dom/AttrTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ActiveDOMObjectTest.cpp
diff --git a/Source/core/dom/ActiveDOMObjectTest.cpp b/Source/core/dom/ActiveDOMObjectTest.cpp
index 4d3220ec17b63fdc23a3dbf0c40312d25abbc71d..e87a63918f157b2567fdfd5433c8a5c9bfdf2224 100644
--- a/Source/core/dom/ActiveDOMObjectTest.cpp
+++ b/Source/core/dom/ActiveDOMObjectTest.cpp
@@ -35,9 +35,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class MockActiveDOMObject final : public GarbageCollectedFinalized<MockActiveDOMObject>, public ActiveDOMObject {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MockActiveDOMObject);
@@ -110,4 +108,4 @@ TEST_F(ActiveDOMObjectTest, MoveToStoppedDocument)
activeDOMObject().didMoveToNewExecutionContext(&destDocument());
}
-} // unnamed namespace
+} // namespace blink
« no previous file with comments | « no previous file | Source/core/dom/AttrTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698