Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/WebKit/Source/core/editing/KeyboardTest.cpp

Issue 2970833002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « third_party/WebKit/Source/core/dom/StaticRangeTest.cpp ('k') | third_party/WebKit/Source/core/events/TouchEventTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698