| Index: views/controls/native/native_view_host_win.cc
|
| diff --git a/views/controls/native/native_view_host_win.cc b/views/controls/native/native_view_host_win.cc
|
| index 6e77f2a188d881acc330a657066c43ec23227070..d02bd9f3365b7be92699dee8f62b2510b0792d26 100644
|
| --- a/views/controls/native/native_view_host_win.cc
|
| +++ b/views/controls/native/native_view_host_win.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/views/focus/focus_manager.h"
|
| #include "views/controls/native/native_view_host.h"
|
| -#include "views/focus/focus_manager.h"
|
| #include "views/widget/native_widget.h"
|
| #include "views/widget/root_view.h"
|
| #include "views/widget/widget.h"
|
|
|