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; }); |