Index: third_party/WebKit/Source/web/tests/LocalFrameClientImplTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/LocalFrameClientImplTest.cpp b/third_party/WebKit/Source/web/tests/LocalFrameClientImplTest.cpp |
index 5f4cb67b4c356ee9cd264ead5b1e614b938a74dc..6e1569ecac5ceb5bf58626267dda6223de63c21f 100644 |
--- a/third_party/WebKit/Source/web/tests/LocalFrameClientImplTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/LocalFrameClientImplTest.cpp |
@@ -41,9 +41,9 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-using testing::_; |
-using testing::Mock; |
-using testing::Return; |
+using ::testing::_; |
+using ::testing::Mock; |
+using ::testing::Return; |
namespace blink { |
namespace { |