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 067b20b5381cfd4899236531551bfa92ceecc576..b60a92e477f84efaf1a1f07eda2cc21ffd9a0f3f 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 { |