| 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 551ba32eb7ea949921ba57d648f94403bd76ac33..4c35f53995e208242b75fe9a4fe9c493576a7846 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| @@ -22,13 +22,13 @@
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/screen.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"
|
| -#include "views/window/non_client_view.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|