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

Unified Diff: third_party/WebKit/Source/core/dom/IdleDeadlineTest.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/dom/IdleDeadlineTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp b/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
index 5e0a902f61db4aaab7ec3705b34be5da10734fb6..59d723e8dac9d00ac6863afd4bac6616613e4204 100644
--- a/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
+++ b/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
@@ -68,7 +68,7 @@ class MockPlatform : public TestingPlatformSupport {
} // namespace
-class IdleDeadlineTest : public testing::Test {
+class IdleDeadlineTest : public ::testing::Test {
public:
void SetUp() override {
original_time_function_ = SetTimeFunctionsForTesting([] { return 1.0; });

Powered by Google App Engine
This is Rietveld 408576698