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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.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/DocumentLoadTimingTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.cpp b/third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.cpp
index ee9c0339af1edd6a2f03ee6443d39f195dfdd6a2..daec4e646f0d449acce763ce7c83f25b744a265d 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.cpp
@@ -11,7 +11,7 @@
namespace blink {
-class DocumentLoadTimingTest : public testing::Test {};
+class DocumentLoadTimingTest : public ::testing::Test {};
TEST_F(DocumentLoadTimingTest, ensureValidNavigationStartAfterEmbedder) {
std::unique_ptr<DummyPageHolder> dummy_page = DummyPageHolder::Create();

Powered by Google App Engine
This is Rietveld 408576698