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

Unified Diff: Source/web/tests/ActivityLoggerTest.cpp

Issue 1174283002: Fix unit test style in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove static 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/web/WebNodeTest.cpp ('k') | Source/web/tests/ChromeClientImplTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/ActivityLoggerTest.cpp
diff --git a/Source/web/tests/ActivityLoggerTest.cpp b/Source/web/tests/ActivityLoggerTest.cpp
index 2fdb37209d942391f26b44bc39243e6163ad8fcc..cc979fbead71c22c9ecc82adccf2fbc3a201161f 100644
--- a/Source/web/tests/ActivityLoggerTest.cpp
+++ b/Source/web/tests/ActivityLoggerTest.cpp
@@ -15,15 +15,14 @@
#include <gtest/gtest.h>
#include <v8.h>
-namespace {
+namespace blink {
using blink::FrameTestHelpers::WebViewHelper;
using blink::FrameTestHelpers::pumpPendingRequestsDoNotUse;
-using namespace blink;
class TestActivityLogger : public V8DOMActivityLogger {
public:
- virtual ~TestActivityLogger() { }
+ ~TestActivityLogger() override { }
void logGetter(const String& apiName) override
{
@@ -525,4 +524,4 @@ TEST_F(ActivityLoggerTest, RequestResource)
ASSERT_TRUE(verifyActivities(expectedActivities));
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/web/WebNodeTest.cpp ('k') | Source/web/tests/ChromeClientImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698