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

Unified Diff: third_party/WebKit/Source/core/exported/WebElementTest.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/WebElementTest.cpp
diff --git a/third_party/WebKit/Source/core/exported/WebElementTest.cpp b/third_party/WebKit/Source/core/exported/WebElementTest.cpp
index 29bc0bed54b44a6ba7e4844997864baa01590a74..abbe75b1d621a91801afe6785282b02645a3ffd3 100644
--- a/third_party/WebKit/Source/core/exported/WebElementTest.cpp
+++ b/third_party/WebKit/Source/core/exported/WebElementTest.cpp
@@ -60,7 +60,7 @@ static const char kBlockWithEmptyInlines[] =
" <span></span> "
"</div>";
-class WebElementTest : public testing::Test {
+class WebElementTest : public ::testing::Test {
protected:
Document& GetDocument() { return page_holder_->GetDocument(); }
void InsertHTML(String html);
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEventTest.cpp ('k') | third_party/WebKit/Source/core/exported/WebNodeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698