Index: content/browser/renderer_host/input/web_input_event_util_posix.h |
diff --git a/content/browser/renderer_host/input/web_input_event_util_posix.h b/content/browser/renderer_host/input/web_input_event_util_posix.h |
index e7dc1549cb90bed13e7d9b25d804ea8cc62d0a65..9f2f4c05c0226a945309eb6f25970a135400df36 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util_posix.h |
+++ b/content/browser/renderer_host/input/web_input_event_util_posix.h |
@@ -11,7 +11,7 @@ |
namespace content { |
ui::KeyboardCode GetWindowsKeyCodeWithoutLocation(ui::KeyboardCode key_code); |
-WebKit::WebInputEvent::Modifiers GetLocationModifiersFromWindowsKeyCode( |
+blink::WebInputEvent::Modifiers GetLocationModifiersFromWindowsKeyCode( |
ui::KeyboardCode key_code); |
} // namespace content |