Index: chrome/browser/extensions/global_shortcut_listener_x11.cc |
diff --git a/chrome/browser/extensions/global_shortcut_listener_x11.cc b/chrome/browser/extensions/global_shortcut_listener_x11.cc |
index 5a3ad1a7a6cec33d98611d1d46dbbad141412f35..f593cc1c95dde301e9e97b0a4344d11f50dfdb1a 100644 |
--- a/chrome/browser/extensions/global_shortcut_listener_x11.cc |
+++ b/chrome/browser/extensions/global_shortcut_listener_x11.cc |
@@ -88,7 +88,7 @@ bool GlobalShortcutListenerX11::CanDispatchEvent( |
return event->type == KeyPress; |
} |
-uint32_t GlobalShortcutListenerX11::DispatchEvent( |
+ui::PostDispatchAction GlobalShortcutListenerX11::DispatchEvent( |
const ui::PlatformEvent& event) { |
CHECK_EQ(KeyPress, event->type); |
OnXKeyPressEvent(event); |