Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Unified Diff: chrome/browser/chromeos/input_method/ibus_ui_controller.h

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change include origin. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698