diff options
Diffstat (limited to 'chrome/browser/chromeos/input_method/candidate_window.cc')
-rw-r--r-- | chrome/browser/chromeos/input_method/candidate_window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc index 067b20b..b60a92e 100644 --- a/chrome/browser/chromeos/input_method/candidate_window.cc +++ b/chrome/browser/chromeos/input_method/candidate_window.cc @@ -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 { |