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

Unified Diff: third_party/WebKit/Source/core/loader/NetworkQuietDetectorTest.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/loader/NetworkQuietDetectorTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/NetworkQuietDetectorTest.cpp b/third_party/WebKit/Source/core/loader/NetworkQuietDetectorTest.cpp
index aaf5f0f9b9cb97d0d541fc208e95a58e76e7dc82..e5152019b85df1fe8c75f6db961a21e3ab706104 100644
--- a/third_party/WebKit/Source/core/loader/NetworkQuietDetectorTest.cpp
+++ b/third_party/WebKit/Source/core/loader/NetworkQuietDetectorTest.cpp
@@ -10,7 +10,7 @@
namespace blink {
-class NetworkQuietDetectorTest : public testing::Test {
+class NetworkQuietDetectorTest : public ::testing::Test {
protected:
void SetUp() override {
platform_->AdvanceClockSeconds(1);

Powered by Google App Engine
This is Rietveld 408576698