Index: chrome/browser/autofill/autofill_interactive_uitest.cc |
diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc |
index ad64d2a4c5ae9b96706be5b3f94d8adad10f5291..de35b1ebd04e1ae52622de6c362044c13fb9bfcb 100644 |
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
@@ -363,7 +363,7 @@ class AutofillInteractiveTest : public InProcessBrowserTest { |
// Route popup-targeted key presses via the render view host. |
content::NativeWebKeyboardEvent event; |
event.windowsKeyCode = key; |
- event.type = WebKit::WebKeyboardEvent::RawKeyDown; |
+ event.type = blink::WebKeyboardEvent::RawKeyDown; |
test_delegate_.Reset(); |
// Install the key press event sink to ensure that any events that are not |
// handled by the installed callbacks do not end up crashing the test. |