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

Unified Diff: third_party/WebKit/Source/core/exported/WebNodeTest.cpp

Issue 2970833002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/exported/WebNodeTest.cpp
diff --git a/third_party/WebKit/Source/core/exported/WebNodeTest.cpp b/third_party/WebKit/Source/core/exported/WebNodeTest.cpp
index fb55724268def5f378c51a5e76322c64a0928414..e20bee92b04cc872b770032d8c9c93094cc53cae 100644
--- a/third_party/WebKit/Source/core/exported/WebNodeTest.cpp
+++ b/third_party/WebKit/Source/core/exported/WebNodeTest.cpp
@@ -14,7 +14,7 @@
namespace blink {
-class WebNodeTest : public testing::Test {
+class WebNodeTest : public ::testing::Test {
protected:
Document& GetDocument() { return page_holder_->GetDocument(); }
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebElementTest.cpp ('k') | third_party/WebKit/Source/core/frame/DOMTimerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698