Index: chrome/browser/chromeos/input_method/candidate_window_controller.h |
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller.h b/chrome/browser/chromeos/input_method/candidate_window_controller.h |
index 2d472cd4adda2e94b19d8e6bc3bc2c0e1ca5cca5..ea2bb5dc40eb885da819d3aa929160a4916389b8 100644 |
--- a/chrome/browser/chromeos/input_method/candidate_window_controller.h |
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller.h |
@@ -11,7 +11,7 @@ |
namespace chromeos { |
namespace input_method { |
- |
+class IBusController; |
satorux1
2012/11/30 05:37:34
Please add blank lines above and below the line.
Seigo Nonaka
2012/12/01 16:22:42
Done.
|
// CandidateWindowController is used for controlling the input method |
// candidate window. Once the initialization is done, the controller |
// starts monitoring signals sent from the the background input method |
@@ -37,7 +37,8 @@ class CandidateWindowController { |
// Gets an instance of CandidateWindowController. Caller has to delete the |
// returned object. |
- static CandidateWindowController* CreateCandidateWindowController(); |
+ static CandidateWindowController* CreateCandidateWindowController( |
+ IBusController* controller); |
}; |
} // namespace input_method |