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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.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/page/scrolling/ScrollStateTest.cpp
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
index 545836cc2fbbe8785dbd0850fe6790fa295b2417..d00a66d6e579aca677214c8436595639c7c5d4fe 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
@@ -27,7 +27,7 @@ ScrollState* CreateScrollState(double delta_x,
return ScrollState::Create(std::move(scroll_state_data));
}
-class ScrollStateTest : public testing::Test {};
+class ScrollStateTest : public ::testing::Test {};
TEST_F(ScrollStateTest, ConsumeDeltaNative) {
const float kDeltaX = 12.3;

Powered by Google App Engine
This is Rietveld 408576698