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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp

Issue 2967013002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Dropped mojo parts that need another review. Created 3 years, 5 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 | third_party/WebKit/Source/modules/accessibility/AXObjectTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp
index ef367bc6a5041fd9999aac575051fc99d77262e1..bcb39ae1acb0278ddbef59d3b7df48e10e531501 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp
@@ -70,7 +70,7 @@ class TestActivityLogger : public V8DOMActivityLogger {
Vector<String> logged_activities_;
};
-class ActivityLoggerTest : public testing::Test {
+class ActivityLoggerTest : public ::testing::Test {
protected:
ActivityLoggerTest() {
activity_logger_ = new TestActivityLogger();
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/accessibility/AXObjectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698