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

Unified Diff: third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.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/media/AutoplayUmaHelperTest.cpp
diff --git a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
index b67791fe8976737379c3244027923e67e4b61a27..0c50715e3827634d8f7b657ea4a443e1ef0568c5 100644
--- a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
+++ b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
@@ -36,7 +36,7 @@ class MockAutoplayUmaHelper : public AutoplayUmaHelper {
}
};
-class AutoplayUmaHelperTest : public testing::Test {
+class AutoplayUmaHelperTest : public ::testing::Test {
protected:
Document& GetDocument() { return page_holder_->GetDocument(); }

Powered by Google App Engine
This is Rietveld 408576698