| Index: chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc b/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
| index a42bfde542ce77836f001eade63fce4e332e2f66..44d07e655cb88a10ff92e92886bc88822000533b 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
| @@ -130,7 +130,7 @@ class InputMethodManagerImplTest : public BrowserWithTestWindowTest {
|
|
|
| delegate_ = new FakeInputMethodDelegate();
|
| manager_.reset(new InputMethodManagerImpl(
|
| - scoped_ptr<InputMethodDelegate>(delegate_)));
|
| + scoped_ptr<InputMethodDelegate>(delegate_), false));
|
| manager_->GetInputMethodUtil()->UpdateHardwareLayoutCache();
|
| candidate_window_controller_ = new MockCandidateWindowController;
|
| manager_->SetCandidateWindowControllerForTesting(
|
|
|