| Index: ui/views/focus/accelerator_handler_gtk.cc
|
| diff --git a/ui/views/focus/accelerator_handler_gtk.cc b/ui/views/focus/accelerator_handler_gtk.cc
|
| index fab3b86c319b28dfdf84fc49bfa10fbbbd7949a8..219168676c37a1ebe5d52cbaf0bb28d317a155da 100644
|
| --- a/ui/views/focus/accelerator_handler_gtk.cc
|
| +++ b/ui/views/focus/accelerator_handler_gtk.cc
|
| @@ -2,11 +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 "ui/views/focus/accelerator_handler.h"
|
|
|
| #include <gtk/gtk.h>
|
|
|
| -#include "views/focus/focus_manager.h"
|
| +#include "ui/views/focus/focus_manager.h"
|
|
|
| namespace views {
|
|
|
|
|