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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp

Issue 2967013002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Dropped mojo parts that need another review. 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/platform/scroll/ScrollableAreaTest.cpp
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
index 12e17d7152d8ff5b0d54804f7fcdd89bbd2d638d..1c3d24405d9b8a1a9a2c3d27ae18b76bf5d44862 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
@@ -20,8 +20,8 @@ namespace blink {
namespace {
-using testing::_;
-using testing::Return;
+using ::testing::_;
+using ::testing::Return;
class ScrollbarThemeWithMockInvalidation : public ScrollbarThemeMock {
public:
@@ -32,7 +32,7 @@ class ScrollbarThemeWithMockInvalidation : public ScrollbarThemeMock {
} // namespace
-using ScrollableAreaTest = testing::Test;
+using ScrollableAreaTest = ::testing::Test;
TEST_F(ScrollableAreaTest, ScrollAnimatorCurrentPositionShouldBeSync) {
ScopedTestingPlatformSupport<TestingPlatformSupportWithMockScheduler>

Powered by Google App Engine
This is Rietveld 408576698