diff options
Diffstat (limited to 'ash/test/shell_test_api.cc')
-rw-r--r-- | ash/test/shell_test_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc index 5d2ec11..07efa52 100644 --- a/ash/test/shell_test_api.cc +++ b/ash/test/shell_test_api.cc @@ -22,7 +22,7 @@ internal::RootWindowLayoutManager* ShellTestApi::root_window_layout() { return shell_->GetPrimaryRootWindowController()->root_window_layout(); } -wm::InputMethodEventFilter* +views::corewm::InputMethodEventFilter* ShellTestApi::input_method_event_filter() { return shell_->input_method_filter_.get(); } |