Index: content/browser/renderer_host/input/web_input_event_util.cc |
diff --git a/content/browser/renderer_host/input/web_input_event_util.cc b/content/browser/renderer_host/input/web_input_event_util.cc |
index e3c28990ffddd53dff4e20fedaf0af341df51a81..804c0b126c19ee0223b10b5048ca9a7dca276259 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.cc |
+++ b/content/browser/renderer_host/input/web_input_event_util.cc |
@@ -129,7 +129,7 @@ const char* GetKeyIdentifier(ui::KeyboardCode key_code) { |
namespace content { |
-void UpdateWindowsKeyCodeAndKeyIdentifier(WebKit::WebKeyboardEvent* event, |
+void UpdateWindowsKeyCodeAndKeyIdentifier(blink::WebKeyboardEvent* event, |
ui::KeyboardCode windows_key_code) { |
event->windowsKeyCode = windows_key_code; |