Chromium Code Reviews| Index: chrome/browser/chromeos/input_method/ibus_ui_controller.h |
| diff --git a/chrome/browser/chromeos/input_method/ibus_ui_controller.h b/chrome/browser/chromeos/input_method/ibus_ui_controller.h |
| index 27e443a85f87a67df595f6fd545c13d7942009b1..a853530595c4aac8f67a13954962f749ceaf02a0 100644 |
| --- a/chrome/browser/chromeos/input_method/ibus_ui_controller.h |
| +++ b/chrome/browser/chromeos/input_method/ibus_ui_controller.h |
| @@ -15,7 +15,7 @@ |
| #include "base/basictypes.h" |
| #include "base/observer_list.h" |
| -#include "third_party/mozc/session/commands.pb.h" |
| +#include "session/candidates_lite.pb.h" |
|
Yusuke Sato
2011/12/05 02:26:36
could you let me know why the old way didn't work?
Seigo Nonaka
2011/12/05 03:09:47
At first, I'm sorry I misunderstand the build brea
|
| namespace chromeos { |
| namespace input_method { |