| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index 07efa5216db8367eb33313f6505d63b90305f3f1..5d2ec118ae72515acfd62276de34731c8314c934 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();
|
| }
|
|
|
| -views::corewm::InputMethodEventFilter*
|
| +wm::InputMethodEventFilter*
|
| ShellTestApi::input_method_event_filter() {
|
| return shell_->input_method_filter_.get();
|
| }
|
|
|