| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| index cc23bad2eeb6c06a37dd46644dec0033019f1a77..067b20b5381cfd4899236531551bfa92ceecc576 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| @@ -23,12 +23,12 @@
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/screen.h"
|
| +#include "ui/views/events/event.h"
|
| +#include "ui/views/layout/fill_layout.h"
|
| +#include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/window/non_client_view.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| -#include "views/events/event.h"
|
| -#include "views/layout/fill_layout.h"
|
| -#include "views/layout/grid_layout.h"
|
| #include "views/widget/widget.h"
|
|
|
| namespace chromeos {
|
|
|