| Index: views/focus/accelerator_handler_gtk.cc
|
| diff --git a/views/focus/accelerator_handler_gtk.cc b/views/focus/accelerator_handler_gtk.cc
|
| index a45aa833baae3d8d70f31ae2aea1ca5593803704..f1dc140b77e78c258b8ec455fd541daf62041f5b 100644
|
| --- a/views/focus/accelerator_handler_gtk.cc
|
| +++ b/views/focus/accelerator_handler_gtk.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "views/focus/accelerator_handler.h"
|
| +
|
| #include <gtk/gtk.h>
|
|
|
| #include "views/accelerator.h"
|
| -#include "views/focus/accelerator_handler.h"
|
| #include "views/focus/focus_manager.h"
|
| #include "views/widget/widget_gtk.h"
|
|
|
|
|