| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/input_method/candidate_window.cc (revision 69437)
|
| +++ chrome/browser/chromeos/input_method/candidate_window.cc (working copy)
|
| @@ -14,9 +14,9 @@
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "cros/chromeos_input_method_ui.h"
|
| #include "gfx/canvas.h"
|
| #include "gfx/font.h"
|
| +#include "third_party/cros/chromeos_input_method_ui.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| #include "views/event.h"
|
|
|