diff options
Diffstat (limited to 'chrome/browser/chromeos/input_method/candidate_window.cc')
-rw-r--r-- | chrome/browser/chromeos/input_method/candidate_window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc index 9b9ee5b..2e95a20 100644 --- a/chrome/browser/chromeos/input_method/candidate_window.cc +++ b/chrome/browser/chromeos/input_method/candidate_window.cc @@ -26,8 +26,8 @@ #include "chrome/common/chrome_switches.h" #include "gfx/canvas.h" #include "gfx/font.h" -#include "third_party/cros/chromeos_cros_api.h" -#include "third_party/cros/chromeos_input_method_ui.h" +#include "cros/chromeos_cros_api.h" +#include "cros/chromeos_input_method_ui.h" #include "views/controls/label.h" #include "views/controls/textfield/textfield.h" #include "views/event.h" |