| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/input_method/candidate_window.cc (revision 110952)
|
| +++ chrome/browser/chromeos/input_method/candidate_window.cc (working copy)
|
| @@ -26,10 +26,10 @@
|
| #include "ui/views/events/event.h"
|
| #include "ui/views/layout/fill_layout.h"
|
| #include "ui/views/layout/grid_layout.h"
|
| -#include "ui/views/widget/widget.h"
|
| #include "ui/views/window/non_client_view.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| +#include "views/widget/widget.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|