Index: content/browser/renderer_host/input/web_input_event_util.h |
diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h |
index 1abaf8cf34e004e5b4053816dde28674ab14fb4a..f0680f24b53cc4958571a2e264f6ab2f8191f156 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.h |
+++ b/content/browser/renderer_host/input/web_input_event_util.h |
@@ -8,7 +8,7 @@ |
#include "content/common/content_export.h" |
#include "ui/events/keycodes/keyboard_codes.h" |
-namespace WebKit { |
+namespace blink { |
class WebKeyboardEvent; |
} |
@@ -17,7 +17,7 @@ namespace content { |
// Update |event|'s windowsKeyCode and keyIdentifer properties using the |
// provided |windows_key_code|. |
CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier( |
- WebKit::WebKeyboardEvent* event, |
+ blink::WebKeyboardEvent* event, |
ui::KeyboardCode windows_key_code); |
} |