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

Unified Diff: Source/web/tests/KeyboardTest.cpp

Issue 545123002: Cleanup namespace usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/web/tests/FrameTestHelpers.cpp ('k') | Source/web/tests/MHTMLTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/KeyboardTest.cpp
diff --git a/Source/web/tests/KeyboardTest.cpp b/Source/web/tests/KeyboardTest.cpp
index 552d15a4b5f1998f9a8965175747b511e09f0cf8..f33d651d499fb456e6072b8420f8e2b3548251b7 100644
--- a/Source/web/tests/KeyboardTest.cpp
+++ b/Source/web/tests/KeyboardTest.cpp
@@ -168,7 +168,7 @@ TEST_F(KeyboardTest, TestOSModifierV)
TEST_F(KeyboardTest, TestEscape)
{
WebKeyboardEvent keyboardEvent;
- setupKeyDownEvent(&keyboardEvent, blink::VKEY_ESCAPE, noModifiers);
+ setupKeyDownEvent(&keyboardEvent, VKEY_ESCAPE, noModifiers);
const char* result = interpretKeyEvent(keyboardEvent,
PlatformEvent::RawKeyDown);
« no previous file with comments | « Source/web/tests/FrameTestHelpers.cpp ('k') | Source/web/tests/MHTMLTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698