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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.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/parser/HTMLPreloadScannerTest.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
index eac0d94b91f923d9605f351a14c8a7312ce867a7..1180cfb0a671242130a7f471e0d8977b6784e8fa 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp
@@ -149,7 +149,7 @@ class MockHTMLResourcePreloader : public ResourcePreloader {
std::unique_ptr<PreloadRequest> preload_request_;
};
-class HTMLPreloadScannerTest : public testing::Test {
+class HTMLPreloadScannerTest : public ::testing::Test {
protected:
enum ViewportState {
kViewportEnabled,

Powered by Google App Engine
This is Rietveld 408576698