| 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..5842057268022d4d5537427e624729adf4338e8f 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window_controller.h
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window_controller.h
|
| @@ -12,6 +12,8 @@
|
| namespace chromeos {
|
| namespace input_method {
|
|
|
| +class IBusController;
|
| +
|
| // 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 +39,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
|
|
|