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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElementTest.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/HTMLInputElementTest.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
index 5903d76658f7a11545f393fe82cbda6a44e9dad3..c6447b4ffdfb2df3770bd4bc19381fce86491e9d 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
@@ -20,7 +20,7 @@
namespace blink {
-class HTMLInputElementTest : public testing::Test {
+class HTMLInputElementTest : public ::testing::Test {
protected:
Document& GetDocument() { return page_holder_->GetDocument(); }
HTMLInputElement& TestElement() {

Powered by Google App Engine
This is Rietveld 408576698