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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.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/html/parser/HTMLDocumentParserTest.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
index 7fe06f1ee6b8ab5f6da47fc9f10d96347341f9c3..c09af06fa085e6bdf591a4ea8e88b3b2c09d3ae7 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
@@ -28,7 +28,7 @@ class TestPrerendererClient : public PrerendererClient {
bool is_prefetch_only_;
};
-class HTMLDocumentParserTest : public testing::Test {
+class HTMLDocumentParserTest : public ::testing::Test {
protected:
HTMLDocumentParserTest() : dummy_page_holder_(DummyPageHolder::Create()) {
dummy_page_holder_->GetDocument().SetURL(

Powered by Google App Engine
This is Rietveld 408576698