| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
|
| index c87ab2c011259b96f66f8542e19d1994c574201f..3d2a99f1bc21de6d4268f08fa5dd9b350cf41d27 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
|
| @@ -14,7 +14,7 @@
|
| #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -using testing::_;
|
| +using ::testing::_;
|
|
|
| namespace blink {
|
| namespace {
|
| @@ -38,7 +38,7 @@ class PaintLayerScrollableAreaTest : public RenderingTest {
|
| chrome_client_(new MockChromeClient) {}
|
|
|
| ~PaintLayerScrollableAreaTest() {
|
| - testing::Mock::VerifyAndClearExpectations(&GetChromeClient());
|
| + ::testing::Mock::VerifyAndClearExpectations(&GetChromeClient());
|
| }
|
|
|
| MockChromeClient& GetChromeClient() const override { return *chrome_client_; }
|
|
|