| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| index dde3e1c833cd4011b61ab49cfa6c3084eea3dd7d..1c608538cf6eb796a350667e5e5348b97e260d74 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -13,8 +13,8 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using testing::_;
|
| -using testing::AtMost;
|
| +using ::testing::_;
|
| +using ::testing::AtMost;
|
|
|
| namespace blink {
|
|
|
|
|