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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSlotElementTest.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/HTMLSlotElementTest.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
index 1f05e6e79d7b688b38226b251a53147ffb1b1964..c07969f77185a4066837143ba54a3d6780e66aa7 100644
--- a/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
@@ -16,7 +16,7 @@ using Seq = std::vector<char>;
using Backtrack = std::pair<size_t, size_t>;
}
-class HTMLSlotElementTest : public testing::Test {
+class HTMLSlotElementTest : public ::testing::Test {
protected:
HTMLSlotElementTest() {}
Seq LongestCommonSubsequence(const Seq& seq1, const Seq& seq2);

Powered by Google App Engine
This is Rietveld 408576698