Index: third_party/WebKit/Source/core/editing/KeyboardTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/KeyboardTest.cpp b/third_party/WebKit/Source/core/editing/KeyboardTest.cpp |
index 2d35f72992d8ff8ef9ab81312e82540d842e9d64..63dbfa7997fb42a125ba97ab984547b8023a4f23 100644 |
--- a/third_party/WebKit/Source/core/editing/KeyboardTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/KeyboardTest.cpp |
@@ -41,7 +41,7 @@ |
namespace blink { |
-class KeyboardTest : public testing::Test { |
+class KeyboardTest : public ::testing::Test { |
public: |
// Pass a WebKeyboardEvent into the EditorClient and get back the string |
// name of which editing event that key causes. |