| Index: third_party/WebKit/Source/core/page/PageOverlayTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageOverlayTest.cpp b/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
|
| index 0e96a559b1e622428ecd918239a4e3114e2a05e4..84fdf7057992616faa34500c099e65f7c9f70ab2 100644
|
| --- a/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
|
| @@ -24,9 +24,9 @@
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
|
|
| -using testing::_;
|
| -using testing::AtLeast;
|
| -using testing::Property;
|
| +using ::testing::_;
|
| +using ::testing::AtLeast;
|
| +using ::testing::Property;
|
|
|
| namespace blink {
|
| namespace {
|
|
|