diff options
Diffstat (limited to 'views/focus/accelerator_handler_touch.cc')
-rw-r--r-- | views/focus/accelerator_handler_touch.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/focus/accelerator_handler_touch.cc b/views/focus/accelerator_handler_touch.cc index 032b29d..1117cf9 100644 --- a/views/focus/accelerator_handler_touch.cc +++ b/views/focus/accelerator_handler_touch.cc @@ -18,7 +18,6 @@ #include "views/ime/input_method.h" #include "views/touchui/touch_factory.h" #include "views/widget/root_view.h" -#include "views/widget/widget_gtk.h" namespace views { @@ -35,7 +34,7 @@ Widget* FindWidgetForGdkWindow(GdkWindow* gdk_window) { NativeWidget* widget = NativeWidget::GetNativeWidgetForNativeView(gtk_widget); if (!widget) { - DLOG(WARNING) << "no WidgetGtk found for that GtkWidget"; + DLOG(WARNING) << "no NativeWidgetGtk found for that GtkWidget"; return NULL; } return widget->GetWidget(); |