Chromium Code Reviews| Index: chrome/browser/ui/views/find_bar_host.cc |
| =================================================================== |
| --- chrome/browser/ui/views/find_bar_host.cc (revision 137859) |
| +++ chrome/browser/ui/views/find_bar_host.cc (working copy) |
| @@ -21,6 +21,8 @@ |
| #include "ui/views/widget/root_view.h" |
| #include "ui/views/widget/widget.h" |
| +using content::NativeWebKeyboardEvent; |
| + |
| namespace browser { |
| // Declared in browser_dialogs.h so others don't have to depend on our header. |