| Index: views/controls/native/native_view_host_gtk.cc
|
| diff --git a/views/controls/native/native_view_host_gtk.cc b/views/controls/native/native_view_host_gtk.cc
|
| index adc21d568a76f672422d92e748d82905c20d6458..cdb82903dec169ff58a57e370dccbe652c1d7728 100644
|
| --- a/views/controls/native/native_view_host_gtk.cc
|
| +++ b/views/controls/native/native_view_host_gtk.cc
|
| @@ -5,12 +5,13 @@
|
| #include "views/controls/native/native_view_host_gtk.h"
|
|
|
| #include <gtk/gtk.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| #include "views/controls/native/native_view_host.h"
|
| #include "views/controls/native/native_view_host_views.h"
|
| -#include "views/focus/focus_manager.h"
|
| +#include "ui/views/focus/focus_manager.h"
|
| #include "views/views_delegate.h"
|
| #include "views/widget/gtk_views_fixed.h"
|
| #include "views/widget/native_widget_gtk.h"
|
|
|