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> |