| Index: chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| index 5180bc0feac216e76060edc449ead49d54ae44e0..b64fe8ce25b820b10a1f01c2beeb5b5a56459c36 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
|
| @@ -7,8 +7,8 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/chromeos/input_method/mode_indicator_controller.h"
|
|
|