Index: chrome/browser/ui/views/dropdown_bar_host_aura.cc |
=================================================================== |
--- chrome/browser/ui/views/dropdown_bar_host_aura.cc (revision 137859) |
+++ chrome/browser/ui/views/dropdown_bar_host_aura.cc (working copy) |
@@ -8,6 +8,7 @@ |
#include "ui/aura/window.h" |
#include "ui/views/widget/widget.h" |
+using content::NativeWebKeyboardEvent; |
using content::WebContents; |
NativeWebKeyboardEvent DropdownBarHost::GetKeyboardEvent( |